//Clear file input with jQuery $("#fileInputId").val(null); //Clear file input with JavaScript document.getElementById("fileInputId").value = null