Answers for "how to empty input field of type file"

3

javascript clear file input

document.getElementById("myFileInputID").value = null;
Posted by: Guest on August-01-2019

Code answers related to "how to empty input field of type file"

Code answers related to "Javascript"

Browse Popular Code Answers by Language