Joey wrote:
Hi everyone,
I changed the setting in my php.ini to allow an upload file size bigger then
the defaul 2MB chaning the setting shown below:


; Maximum allowed size for uploaded files.
;upload_max_filesize = 2M
upload_max_filesize = 5M



However when I go to phpinfo, or of course try to upload a file bigger then
that it bombs... yes I did restart apache after making the change to the
php.ini file...

Any ideas etc appreciated...

phpinfo() will also tell you which php.ini file it is reading from. Check to see if you edited the right one.


--
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
[EMAIL PROTECTED]

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



Reply via email to