--- Matt Palermo <[EMAIL PROTECTED]> wrote:
> Does this allow you to work with larger files than
> the maximum specified in
> the php.ini or just smaller ones?
> 
> Thanks,
> 
> Matt Palermo
> http://sweetphp.com

The max specified in the php.ini are the largest size
you can upload regardless of what you specify
elsewhere in a script.

http://us3.php.net/manual/en/configuration.directives.php?PHPSESSID=784345a22e754c39b9a843d0dd0b6229#ini.upload-max-filesize

The attribute MAX_FILE_SIZE in your form, regardless
of what you set it to, would not override the settings
in php.ini.  To answer your question then, the
attribute set in your form would only allow for file
uploads of sizes equal to or less than the
upload_max_filesize setting in your php.ini file.

=====
~Rachel


        
                
__________________________________
Do you Yahoo!?
Yahoo! Domains – Claim yours for only $14.70/year
http://smallbusiness.promotions.yahoo.com/offer 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to