Re: [PHP] form validation wih html input FILE

2004-05-05 Thread John W. Holmes
From: "Vincent DUPONT" <[EMAIL PROTECTED]> > I'd like your opinion on the best way to do a form > validation when the form contains a file upload object > () > > When the form does not validate, I try to re-show all values > entered by the user.But, as far as I know, browsers do not > allow to set

Re: [PHP] form validation wih html input FILE

2004-05-05 Thread Richard Davey
Hello Vincent, Wednesday, May 5, 2004, 2:26:44 PM, you wrote: VD> Will I be limited to display a warning message indicating VD> that the user will have to select his/her file again?? Pretty much, yes. Or you could do what I do - store the file in a temporary folder, passing the filename back to

[PHP] form validation wih html input FILE

2004-05-05 Thread Vincent DUPONT
Hi, I'd like your opinion on the best way to do a form validation when the form contains a file upload object () When the form does not validate, I try to re-show all values entered by the user. But, as far as I know, browsers do not allow to set the default value (local file path) of a FILE co