Quote:
Originally Posted by Chuck S Yeah I would suggest you check under Admin => PHPINFO and see what your current php settings are it definately sounds to me like whatever changes where not made where not made correctly. I would suspect your php is still not set to allow for large file uploads. |
Here's what the PHP settings are currently at:
memory_limit = 32M
post_max_size = 10M
upload_max_filesize = 10M
The only one not set to the value you posted is the
max_execution_time = 30