made all the changes, and restarted apache service, but still get the same exact result.
Any other thoughts?
Thank You Very Much!
Quote:
Originally Posted by edge23
Change your attachment storage type to File.
Then change these settings via your php.ini
upload_max_filesize = 50M
post_max_size = 50M
I usually raise these setting up a little as well
max_execution_time = 120
max_input_time = 120
If your upload times out raise those a bit more.
|