• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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