• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved Changing WordPress maximum upload file size with Plesk

calu

Basic Pleskian
Server operating system version
Ubuntu 20.04.5 LTS
Plesk version and microupdate number
Plesk Obsidian v18.0.48_build1800221104.03 os_Ubuntu 20.04
Hi there, I have been reading about different ways of changing WordPress maximum upload file size, through SSH, code added to functions.php, but I'm thinking there must be a more convenient way to set this through Plesk panel. Apparently there are no way through WP Toolkit, and I can't find any extensions for this job either.

I have seen an extension somewere called MultiPHP INI Editor but this is not available in Plesk.

Any suggestions?
 
The maximum upload filesize is defined by max_upload_size in PHP (unless you are using an AJAX/asynchronous upload plugin in Wordpress), so you can simply edit the PHP setting on the PHP settings page, e.g.

1690812518676.png
 
Hello Peter, thank you very much for your prompt reply.

That was easy, I wonder why this simple solution does not come up when you search for "change wordpress upload size in Plesk".

Regards
Carsten
 
That's probably because it is not related to Wordpress, but to PHP. Wordpress is the application that uses PHP. And that is governed by the PHP settings.
 
That's probably because it is not related to Wordpress, but to PHP. Wordpress is the application that uses PHP. And that is governed by the PHP settings.
Peter, I was trying to solve the same problem and am also using Plesk Obsidian 18.0.56. When I go to PHP Settings, I see a list of PHP Handlers.

I tried to change the php.ini file using the Plesk SSH terminal. This also did not seem to have any impact.
 

Attachments

  • Screenshot 2023-12-07 194901.png
    Screenshot 2023-12-07 194901.png
    114.9 KB · Views: 6
Back
Top