Using a form input object of type="file," anyone know a way to reset that field with Javascript? I have a multi-file upload page and would like to give the user an obvious and easy way to change their mind about uploading a file. They can select the filepath in the input object and delete it, but that's not too obvious.
I've tried having JS set the value of that input to an empty string, but the file object seems to act differently than a regular text input.
Any tips are appreciated
I've tried having JS set the value of that input to an empty string, but the file object seems to act differently than a regular text input.
Any tips are appreciated