How to clear file Text input of type file code example Example: javascript clear file input document.getElementById("myFileInputID").value = null;