I'm uploading files ajax jquery, and i need clear filelist array. How i can clear FileList array by input id or other options please;
This code:
document.getElementById("myInputFileID").value=null;
Not working
I'm uploading files ajax jquery, and i need clear filelist array. How i can clear FileList array by input id or other options please;
This code:
document.getElementById("myInputFileID").value=null;
Not working