[PHP] Re: saving the client's file upload location

2001-08-14 Thread Richard Lynch
> i have people upload a file from their computer but if my form comes > back with an error then they have to go select their file location > again. is there any way of saving that location so they don't have to > pick it again??? > upload file [ c:/temp/picture.jpg ] Not really. As a mea

[PHP] Re: saving the client's file upload location

2001-08-14 Thread Bob
But what is the name of the variable when you are uploading a file -- On the form processing page, register the variable on a session. And put session_start(); on the form's page, so the value is remembered and echo()ed on the field. -- Julio Nobrega. 2B||!BB - That's the question.

[PHP] Re: saving the client's file upload location

2001-08-14 Thread Inércia Sensorial
On the form processing page, register the variable on a session. And put session_start(); on the form's page, so the value is remembered and echo()ed on the field. -- Julio Nobrega. 2B||!BB - That's the question. "Bob" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PR