--- Matt Palermo <[EMAIL PROTECTED]> wrote:
> Is there a way to change the maximum file upload
> size in a PHP script?  Kind
> of like the way you can change the error reporting
> in a script, but I just
> want to adjust the max file upload size.  Does
> anyone know if this can be
> done?

The PHP manual mentions just such a thing using the
attribute MAX_FILE_SIZE in your form: 

http://us4.php.net/features.file-upload

For server-wide limitiations, you'd need to
additionally modify 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