Re: [PHP] Checking File Size BEFORE Uploading

2002-10-14 Thread Monty
t 2002 16:10:48 -0400 > To: "'Monty'" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> > Subject: RE: [PHP] Checking File Size BEFORE Uploading > > You can set the MAX_FILE_SIZE in the hidden element of your form, but I > don't think that stops the form

RE: [PHP] Checking File Size BEFORE Uploading

2002-10-14 Thread John W. Holmes
> If someone uploads a file via an HTML form, is there a way to check the > file > size before it's uploaded to the server? You can set the MAX_FILE_SIZE in the hidden element of your form, but I don't think that stops the form from being submitted if the file size is too large. Basically, the fi

[PHP] Checking File Size BEFORE Uploading

2002-10-14 Thread Monty
If someone uploads a file via an HTML form, is there a way to check the file size before it's uploaded to the server? Thanks! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php