Ok, I have become aware that one cannot get the path from an upload box in PHP, so I am looking for some suggestions. I have a registration page that requires uploading an image. This then submits all data to another PHP form where everything is checked, then written to the DB if the valuse are ok. If not, I set a cookie with the errors and registration data, then redirect the browser back to the registration page. The registration page reads the cookie for the errors and the values to repopulate all of the fields.
Question: How can I make the <input type=file> repopulate with the users selected image so they don't need to browse to it again? Any suggestions?