Forum Moderators: coopster
I do not want my user to have to re browse for the file they are choosing to upload, if their input did not pass validation.
I would like to have access to the 'path to the file' which you can see on the client machine, after they have browsed for a file. I can use this info to fill the upload form fields initial value. Could you tell me how i might access this.
I have looked at $_FILES but this only seems to give me the file name.
Thank you
if some user input are not accepted then send back the form and expect getting the proper answers
One way or the other the file is either moved at once
or ready to be moved
And your user does not need to browse for twice
Does that make sense?