Re: [PHP] Re: Checking File Size BEFORE Uploading

2002-10-14 Thread Jason Wong
On Tuesday 15 October 2002 04:29, Monty wrote: > Nicos, the problem is that MAX_FILE_SIZE doesn't check the file size before > it's uploaded to the server, it only works afterwards. So, you have to > first wait for the file to upload before you know whether or not it's too > large. Actually it do

[PHP] Re: Checking File Size BEFORE Uploading

2002-10-14 Thread Monty
Nicos, the problem is that MAX_FILE_SIZE doesn't check the file size before it's uploaded to the server, it only works afterwards. So, you have to first wait for the file to upload before you know whether or not it's too large. Thanks. > Hi, > > The way is : > > > Send this file: > > > See

[PHP] Re: Checking File Size BEFORE Uploading

2002-10-14 Thread nicos
Hi, The way is : Send this file: See the MAX_FILE_SIZE hidden BEFORE the userfile's type. See also: http://www.php.net/manual/sk/features.file-upload.php -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Monty" <[EMAIL PROTECTED]> a écrit da