How to Change the Upload Size on a Wordpress Theme

6 Ways To Increase the Maximum Upload File Size in WordPress

This is a guest post by Mustaasam Saleem from Cloudways.

When you have a WordPress website, you have to upload files every now and so to continue your site agile and pretty. So y'all need to know that there is more than one way to upload your picture show, theme, or any other content to your WordPress.

Basically, there are three ways to upload files in WordPress:

  1. Log in to your hosting provider past accessing their online file manager.
  2. Connect to your server via an FTP client like FileZilla.
  3. Upload your media, themes, or plugin files direct from the WordPress Dashboard.

If you want to upload annihilation other than media, themes or plugins, you can e'er upload them via a file manager. However, for all normal uploads, merely navigate to your desired location within the WordPress Dashboard and choose add/upload file.

For case, if yous desire to add a video, navigate to Media -> Add New and either select the file from your estimator or you tin can but drag and drib it in the box. Hither'due south a screenshot:

File Size Error on WordPress

Did you find something weird, though? No, not in the article. In the screenshot to a higher place. Yes, the maximum upload file limit of merely 5MB. Isn't this off-putting? And this limit likewise applies when you want to upload a theme or plugin directly from the WordPress Admin Dashboard. This threshold varies from hosting to hosting though. Some even allow only 2MB by default while others may allow more.

Don't worry though; we're here to tell you exactly how to increase the upload limit.

Let's get started without further ado.

While there are several ways to remove this cap on file size, we'll be working with 3 settings inside PHP that should bargain with the upload limit. Allow'south define the settings outset and so that you know what you're really doing:

  • upload_max_filesize
    This defines the maximum upload limit for files.
  • post_max_size
    This defines the maximum upload limit that will be handled in a Mail service request.
  • memory_limit
    This defines how much memory is allocated for PHP. This number should be equal or higher than the upload_max_filesize.

Let's assume we have a 20MB file. Nosotros'll set up the upload_max_filesize to 25MB, post_max_filesize to 27MB, and memory_limit to 30MB.

Hither are the steps you tin can take to increase the upload limit. Depending on your server, any one of them should work.

Notation

Please make certain to create a backup file before making any changes.

1. Create or Modify PHP.ini file

PHP.ini contains the PHP configuration for your server. You can find it in the root directory of your server. Become to your hosting root directory and search for php.ini file. Due to security reasons, it might exist hidden, so don't forget to bank check "Show subconscious files".

Open php.ini file with any text editor and search for the three settings to modify them co-ordinate to your requirement. Nosotros'll utilize the following numbers for this case:

File size to be uploaded: 20MB.

  • upload_max_filesize = 25MB
  • post_max_size = 27MB
  • memory_limit = 30MB

If you didn't detect the php.ini file, don't worry! You can create it with a Right Click of your mouse and selecting Add together New File. Open the new file and paste the three lines in a higher place and salvage it as php.ini.

Sometimes your server's php.ini file is named as php5.ini, hence, don't get dislocated between the two.

2. Create or Change .htaccess

.htaccess is an important file and contains various configurations for your server. Most hosting providers proceed it subconscious though. To modify it, you need to check "Show Hidden Files" in one case over again and locate .htaccess file within the root directory of your server.

Open up it with whatsoever editor and paste these three lines at the end of the file where it says #END WordPress:

  • php_value upload_max_filesize 25MB
  • php_value post_max_size 27MB
  • php_value memory_limit 30MB

If you don't find the .htaccess file, you lot can create 1 and paste the default WordPress .htaccess file attributes and then paste the three lines above to increase the upload limit.

three. Modifying a WordPress file

If the to a higher place two methods didn't work for you, there is always an alternative. You lot can paste the post-obit 3 lines within your WordPress files. These lines can be written in wp-config.php, themes functions.php file etc. However, this is not the recommended way to increment upload file size limit.

  • @ini_set( 'upload_max_size' , '25MB' );
  • @ini_set( 'post_max_size', '27MB');
  • @ini_set( 'memory_limit', '30MB' );

4. Directly from the Platform

Some WordPress Hosting providers similar Cloudways take a born feature to change the file size limit. Here is how you tin do it directly from the platform if yous have Cloudways as your hosting provider:

Become to Servers from the bar on the top and go into your desired server. Select Settings & Packages from the left pane and you'll see Upload Size under basic settings tab. Modify information technology to your requirement. In our case, we'll use 25MB.

Cloudways Edit Memory

5. Plugin

If you don't desire to practice it manually, there is e'er a plugin in the WordPress repository. Y'all just demand to notice the right plugin that is uniform with your current WordPress version. Effort using Increment Upload Max Filesize which is compatible with the latest version of WordPress.

From the left pane of your WordPress Dashboard, navigate to Plugins -> Add New, search for the Increase Upload Max Filesize plugin from the meridian right corner, and Install it.

Install the plugin

One time the plugin is activated; navigate to its settings and enter the desired size for your new upload size.

Enter the value

That's it! You lot have just increased the WordPress Maximum Upload File Size Limit.

6. The terminal resort selection

If nothing else works, simply ask your hosting provider to increase the file size upload limit on your WordPress application and they'll surely assist you out. Cloudways 24×vii support is highly responsive and you'll exist able to work your way towards your goal within no time.

If you know whatsoever other ways to increment the file upload size limit, feel free to share it by using the comment department beneath. Also, permit us know which option worked perfectly for your WordPress application!

Avatar

Virtually The Author

Mustaasam Saleem is the WordPress Customs Manager at Cloudways (A Managed WordPress Hosting Cloud Platform). He actively shares what he knows about WordPress in the Community. When he is not working behind his computer screen, you lot can observe him playing squash with his friends. Connect with Mustaasam via @MustaasamSaleem.

childerswitend.blogspot.com

Source: https://www.bitcatcha.com/blog/increase-maximum-upload-file-size-in-wordpress/

0 Response to "How to Change the Upload Size on a Wordpress Theme"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel