how to remove file contents and name form file input after selcting in html code example
Example: javascript set file input value to null
document.getElementById("myInputFileID").value=null;
document.getElementById("myInputFileID").value=null;