Re: Re[2]: [PHP] File Uploads!

2003-06-30 Thread Jason Wong
On Monday 30 June 2003 07:06, Catalin Trifu wrote: I used MAX_FILE_SIZE too in the form which uploads the file (the input field is before the file field) and I am using IE6 for testing and still the file pass through to the server. *IF* the browser supports it then IT would stop the

Re[2]: [PHP] File Uploads!

2003-06-29 Thread Tom Rogers
Hi, Sunday, June 29, 2003, 10:17:43 PM, you wrote: TR Hi, TR Sunday, June 29, 2003, 9:49:43 PM, you wrote: CT Hi, CT This is the error I get in the log file: CT [error] PHP Warning: POST Content-Length of 11184886 bytes exceeds the CT limit of 8388608 bytes in Unknown on line 0 CT

Re: Re[2]: [PHP] File Uploads!

2003-06-29 Thread Jason Wong
On Sunday 29 June 2003 20:40, Tom Rogers wrote: Maybe you have to wind up the post_max_size in php.ini and then control with MAX_FILE_SIZE in the form for the error to show up in the $_FILES array MAX_FILE_SIZE in the form is client-side, for the benefit of the browser. *IF* the browser

Re: Re[2]: [PHP] File Uploads!

2003-06-29 Thread Catalin Trifu
Hi, I used MAX_FILE_SIZE too in the form which uploads the file (the input field is before the file field) and I am using IE6 for testing and still the file pass through to the server. Cheers, Catalin Jason Wong [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On Sunday