Increase upload_max_filesize

adler96

Member
Messages
116
Reaction score
2
Points
18
I have just realised that the upload_max_filesize setting is currently set to 2M only, so it's not possible to upload pictures taken with most photo cameras or phones without manually resizing them.

Would it be possible to raise this limit to say, 8M? (the same as post_max_size is currently set to). This limit used to be higher; not sure if this changed when I changed the PHP version to 7.0, or it was at some other point.
 

adler96

Member
Messages
116
Reaction score
2
Points
18
I just switched my site back to PHP 5.6, and in there it is configured with a max of 16M. Please configure 7.0 with a higher setting, thanks.
 

Dead-i

x10Hosting Support Ninja
Community Support
Messages
6,084
Reaction score
368
Points
83
Hi,

Please can you check again? I have updated the max filesize accordingly.
 

adler96

Member
Messages
116
Reaction score
2
Points
18
Thanks! Now post_max_size = 8M and upload_max_filesize = 16M, so the absolute maximum size of the files that can be uploaded is 8M (the smaller of the two settings). Anyway, 8M is more than enough, thanks!
 

Dead-i

x10Hosting Support Ninja
Community Support
Messages
6,084
Reaction score
368
Points
83
Hi,

Whoops! Also fixed that too; sorry about that. :)
 
Top