Re: Re[4]: [PHP] HTML Form with method="POST" and enctype="multipart/form-data" is not working for passing data to the web server.

2003-12-10 Thread Jason Wong
On Thursday 11 December 2003 09:10, Richard Davey wrote: > JW> Possibly, if and when it is supported by most browsers. > > IE and Mozilla recognise and support it, where are these other "most > browsers" ? It might be an advisory, but it's still good practise. If you know off-hand which versions

Re[4]: [PHP] HTML Form with method="POST" and enctype="multipart/form-data" is not working for passing data to the web server.

2003-12-10 Thread Richard Davey
Hello Jason, Thursday, December 11, 2003, 12:52:55 AM, you wrote: JW> Possibly, if and when it is supported by most browsers. IE and Mozilla recognise and support it, where are these other "most browsers" ? It might be an advisory, but it's still good practise. JW> But in the context of the OP'

Re: Re[2]: [PHP] HTML Form with method="POST" and enctype="multipart/form-data" is not working for passing data to the web server.

2003-12-10 Thread Jason Wong
On Thursday 11 December 2003 08:41, Richard Davey wrote: > Thursday, December 11, 2003, 12:29:07 AM, you wrote: > >> You should have set the max_file_size here, but it's not included. > > JW> Why? (see archives). > > Because it's good practise, not to mention sensible? Possibly, if and when it is

Re[2]: [PHP] HTML Form with method="POST" and enctype="multipart/form-data" is not working for passing data to the web server.

2003-12-10 Thread Richard Davey
Hello Jason, Thursday, December 11, 2003, 12:29:07 AM, you wrote: >> You should have set the max_file_size here, but it's not included. JW> Why? (see archives). Because it's good practise, not to mention sensible? -- Best regards, Richardmailto:[EMAIL PROTECTED]

Re: [PHP] HTML Form with method="POST" and enctype="multipart/form-data" is not working for passing data to the web server.

2003-12-10 Thread Jason Wong
On Thursday 11 December 2003 01:25, Richard Davey wrote: > p> enctype="multipart/form-data"> p> > p> > p> > p> > > You should have set the max_file_size here, but it's not included. > > Why? (see archives). -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Syst

Re: [PHP] HTML Form with method="POST" and enctype="multipart/form-data" is not working for passing data to the web server.

2003-12-10 Thread Richard Davey
Hello prashant, Wednesday, December 10, 2003, 5:20:18 PM, you wrote: p> p> p> p> p> You should have set the max_file_size here, but it's not included. This must come BEFORE the input type=file and remember the value is in bytes (not KB), so the above will only let you upload a file of ap

[PHP] HTML Form with method="POST" and enctype="multipart/form-data" is not working for passing data to the web server.

2003-12-10 Thread prashant
Dear Friends These is my sample code test1.html New Document test1.php3 Test Page I am Facing the problem that if i use enctype="multipart/form-data" in form object then i am unable to retrieve the values passed from .html form. So if i am using a File Upload