I am using PEAR HTML Quickform for various forms on my php website.
One of the issue I am having is that if a user select a file to upload (button Browse...) and submit while he forgot to fill a required field, the form is reloaded with all the info and an error message, but for the file. So he has to browse once again that same file before submitting again.
I am wondering if there was something to prevent that, in HTML Quickform or even with other work around you could think of. Basically I imagine trying to default the file path the user selected before submitting. But then again, is it possible to "default" a file field ?