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 t

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 Sund

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 brow