• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

PHP.ini upload limit

wolf Bishop

New Pleskian
I need to to increase the php upload limit. I tried to uodate the php.ini to 1024m, but still in WordPress, I can only upload a maximum file size of 16mb. Why are the changes in my php.ini not actually working???
 
The max_file_uploads for particular subscription can be set via GUI at:

Plesk > Subscritption > example.com > Websites & Domains > PHP Settings > Additional directives

For example:

Code:
max_file_uploads = 33
 
The max_file_uploads for particular subscription can be set via GUI at:

Plesk > Subscritption > example.com > Websites & Domains > PHP Settings > Additional directives

For example:

Code:
max_file_uploads = 33

how about inscreasing the size of post_max_size and upload_max_filesize
 
Back
Top