banner



How To Increase File Upload Size Wordpress Cpanel

Increase maximum file upload size in WordPress

Practise yous want to increment the maximum file upload size in WordPress? Are you getting "The uploaded file exceeds the upload_max_filesize directive in php.ini" errors when uploading files via media uploader, or when installing plugins and themes?

The about common cause of this fault tin be attributed to a few PHP settings that can easily be changed in the php.ini, .htaccess file, wp-config.php file, the theme's functions.php file or with the Increment Max Upload Filesize plugin. This article volition walk you through all four solutions.

  • Using the PHP.INI File
  • Using the .htaccess File
  • Using the WP-CONFIG.PHP or FUNCTIONS.PHP
  • Using the Increase Max Upload Filesize Plugin

Y'all can check what your upload filesize limit currently is in WordPress by following the steps beneath:

  1. Log into your WordPress dashboard.
  2. Go to Media and click Add New.
  3. Beneath the upload box, there is a line that says Maximum file upload size.

To resolve this mistake, we will be working with these 4 values:

  • upload_max_filesize
    This defines the maximum upload limit for files when uploading files in WordPress.
  • post_max_size
    This defines the maximum upload limit that will be handled in a Postal service asking. It should exist equal to or greater than upload_max_filesize.
  • memory_limit
    This defines how much memory is allocated for PHP. This number should exist equal or higher than the upload_max_filesize.
  • file_uploads
    This ensures that you are allowed to upload files. By default, it is on.

The numbers provided in the below examples work well for almost users, but tin can be changed if they are not working for y'all.

Solution ane – Using the PHP.INI File

  1. Log into cPanel.
  2. Detect the Software section and click on MultiPHP INI Editor.
    MultiPHP INI Editor
    If you don't have the MultiPHP INI Editor just do accept the PHP Configuration tool, you lot can skip to the "If yous don't have the MultiPHP INI Editor" section.
  3. In the dropdown, select the domain for which you wish to change the maximum upload size.
  4. Observe the following values and set them appropriately:
    upload_max_filesize = 64M post_max_size = 64M memory_limit = xc file_uploads = Enabled
  5. Click Apply to save your changes.

If you don't have the MultiPHP INI Editor, utilise these instructions:

  1. Log into cPanel.
  2. Go to the homepage in cPanel, detect the Files department and click on File Director.
    cPanel File Manager
  3. Navigate to the site'due south document root folder.
  4. Open up the php.ini file in the editor. If you don't have a php.ini file, create a file called .user.ini and edit it.
  5. Set these values in the php.ini or .user.ini file:
    upload_max_filesize = 64M post_max_size = 64M memory_limit = 90 file_uploads = On
  6. Click Salvage Changes.

Solution 2 – Using the .htaccess File

  1. Log into cPanel.
  2. Go to the homepage in cPanel, find the Files section and click on File Director.
    cPanel File Manager
  3. Navigate to the site's document root folder.
  4. Open up the .htaccess file in the file editor. If you don't encounter the .htaccess file, you may demand to make hidden files visible or create the file.
  5. Set up the values past adding this lawmaking at the bottom of the file:
    php_value upload_max_filesize = 64M php_value post_max_size = 64M php_value memory_limit = 90 Php_value file_uploads = On
  6. Click Save Changes.

Solution 3 – Using the WP-CONFIG.PHP or FUNCTIONS.PHP

  1. Log into cPanel.
  2. Become to the homepage in cPanel, observe the Files section and click on File Manager.
    cPanel File Manager
  3. Navigate to the site's document root folder.
  4. Open up the wp-config.php or theme'south functions.php file in the file editor.
  5. Set the post-obit values:
    @ini_set( 'upload_max_size' , '64M' ); @ini_set( 'post_max_size' , '64M' ); @ini_set( 'memory_limit' , '90M' ); @ini_set ( 'file_uploads' , 'On' );
  6. Click Relieve Changes.

Solution iv – Using the Increment Max Upload Filesize Plugin

  1. Log into your WordPress Dashboard.
  2. Go to Plugins, then click Add New.
  3. Search for "Increment Max Upload Filesize".
  4. Click Install.
  5. When it is finished installing, the button will change to Actuate. Click it again.
  6. Go to the Increase Max Upload Filesize plugin settings.
  7. Enter the value you would like to add together.
  8. Click Save.

You know have 4 solutions for increasing your maximum file upload size in WordPress. If you lot need assistance with the above, feel free to contact our technical support team.

Go the most out of your WordPress sites with one of InMotion'south WordPress Hosting plans!

Source: https://www.inmotionhosting.com/support/product-guides/wordpress-hosting/how-to-increase-the-maximum-file-upload-size-in-wordpress/

Posted by: craigponly1999.blogspot.com

0 Response to "How To Increase File Upload Size Wordpress Cpanel"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel