I have got a form with many options on it and 3 file upload slots. I need to save the data in each field in case there is an error somewhere in the form.
I have noticed just now though that the $POST variable for the type="file" input fields are blank. I can get just the filename through $FILE['file1']['name'], but I need the whole directory structure so that it knows where on the clients computer where to grab the file.
Any suggestions?