PDA

View Full Version : How to increase JPG attachment upload to 5MB?


meissenation
10-29-2010, 12:32 AM
I know this is a basic question but unfortunately everything I'm trying isn't working...

I went to AdminCP and upped the amount to 5MB. When I go to upload, anything over 2MB says it's too big. I've searched the settings and usergroup permissions... I don't see anything else to update.

So why does it say anything over 2MB is too large yet my limit is set to 5mb with no limit to width and height?

Lynne
10-29-2010, 02:17 AM
These server settings may also effect your attachment upload limits:

PHP Settings:
max_execution_time
memory_limit
post_max_size
upload_max_filesize
max_input_time

MySQL Settings:
max_allowed_packet
wait_timeout

ifitsmedia
12-07-2010, 12:24 PM
I had the same problem. Adjusting the PHP settings above worked, thank you Lynne.