I have an email form which a user can attach a file to.
I'm checking the data for required fields once the form is posted and re-presesenting the completed form with error messages if the required fields haven't been completed.
The problem I'm having is if a user chose to add a file, how do I prefill or remember the file in file upload field?