I'm working on a simple form with 5 text fields and a file upload field. Everything works fine for the text fields. When trying to upload a file the field disappears.<BR><BR>I've taken the form down ...
I'm trying to make a simple PHP file upload form that won't lose it's state if one of the values doesn't pass validation. Currently I am echoing the POST data into the value field of all the form ...