• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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