Okay, this problem is driving me nuts. I am writing a script that needs to allow users to upload multiple files (as many as they need). The problem arises when they submit the form and when the script begins checking for errors. If an error is found usually what i do is store the post value in a variable then put it into the input with a value tag. However for the input type="file" i cant grab the path so the user then has to re select all their files for upload again. This is unacceptable and i was wondering if there was a solution to this or what the general method of handling this was.
Thanks in advance
-emrys