Some of the links in this article are "affiliate links", a link with a special tracking code. This means if you click on an affiliate link and purchase the item, we will receive an affiliate commission.
The price of the item is the same whether it is an affiliate link or not. Regardless, we only recommend products or services we believe will add value to our readers.
By using the affiliate links, you are helping support our Website, and we genuinely appreciate your support.
To increase the maximum upload file size in Plesk, you can adjust it in PHP settings. Here’s how you can do it:
Log in to the Plesk Control Panel.
Go to “Websites & Domains”.
Click on “PHP Settings” under the domain name you want to modify.
In the PHP settings, look for the following options: post_max_size
and upload_max_filesize
.
Click on the value next to each of these options to edit it. Increase these values to the size you want, e.g., ’64M’ for 64 Megabytes. The value for post_max_size
should be larger or equal to upload_max_filesize
.
Remember to set the memory_limit
value to a number that is larger than post_max_size
.
Click “Apply” or “OK” to save the changes.
Remember to keep these settings within reasonable limits that your server can handle. Also, keep in mind that increasing these values may potentially allow for denial-of-service attacks in the form of users uploading extremely large files to the server.
Make sure you monitor your server’s resources after increasing these settings and adjust accordingly if you see issues.