how to clear the value of input type file in javascript code example Example: javascript set file input value to null document.getElementById("myInputFileID").value=null;