• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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