> I'm trying to upload some files using PHP, but I'm limited to small files of 1Mb or 
>a little more and I don't know why. Could anyone please help me with this? 
> 
>  This is the message I get:
> Warning: error opening none in /home/proj/sapens/public_html/f1_material.php on line 
>51


By default php limits file uploads to 2MB.  You need to change the 
upload_max_filesize variable in your php.ini.

Chesley


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to