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...


Thanks,


Joey

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

Reply via email to