Skip to content Skip to sidebar Skip to footer

How to Increase Upload Size in Siteground

Do you desire to upload big files on WordPress but couldn't due to uploading limit?

Hither I am going to share a helpful tutorial for y'all which will help you to become your solution right in your hand. Depending upon your hosting visitor, you will accept limitations on maximum file upload size. Most of the standard hosting offers Maximum file upload limit of two MB, which is not enough in many cases. Here are some of the WordPress hosting companies with Max file upload size limit:

  • Siteground hosting – 100 MB
  • Bluehost – 10MB
  • Hostgator – 64MB

Increase Maximum Upload Size

If your hosting visitor take imposed a lower file upload size limit, you can change it yourself. In this guide, I will share various tricks to increase max file upload size in WordPress. If you are non and so technical, you can ever ask your hosting technical support team to increase the size for y'all.

Annotation: These techniques may not piece of work for many shared hosting blogs. You may contact your hosting company for increasing the max file upload size.

Increasing Max Media File Upload Size in WordPress

So, here are the steps that you need to follow in order to increase the Maximum media file upload size on your WordPress web log. I would recommend you to read the steps thoroughly get-go and so read them advisedly and then apply.

1- .htaccess Method

This the first method which can help yous to increment the maximum size of the Media upload size up to 64 MB on your WordPress dashboard. In this method, yous'll be modifying the root directory of your .htaccess file. This method is working for many of the users out there. However, if it does non go well for you, then you may try other culling methods.

  • You can access your .htaccess file using FTP customer. Alternatively, if y'all are using SEO past Yoast plugin, get to SEO> Tools > File editor & here you can meet & make changes in your .htaccess file.

Edit htaccess file WordPress

  • Now, Paste the following code into .hatcess file and then Save the file.

php_value upload_max_filesize 64M
php_value post_max_size 64M
php_value max_execution_time 300
php_value max_input_time 300

After that, your max upload file size will have been increased, and you can upload any media file upward to 64 MB.

2- PHP.INI Method

This is the second method in which yous can increase the max upload file size up to 30 MB in which you volition be modifying the PHP.INI file in your spider web directory. This file will not exist present on your web directory if you are on the shared host, and so you need to create a PHP.INI file there. Later creating or finding the file, you demand to paste the following lawmaking.

upload_max_filesize = 30M
post_max_size = 30M
max_execution_time = 300

Save that file. Additionally, yous may edit the above lawmaking from 10 MB to 64 MB. Try any of the sizes that may work for you.

3- Functions.php Method

This is the third method that also let y'all change the max upload file size limit. In this method, you are supposed to perform some changes in Theme functions. So, get to the beneath unproblematic steps to get this solution for your blog too.

  1. Outset of all, get to your WordPress dashboard and and then Click on Appearance from the left bar. After that Click on Editor.
  2. Now y'all demand to Click on functions.php and then paste the post-obit code at that place.

@ini_set( 'upload_max_size' , '64M' );
@ini_set( 'post_max_size', '64M');
@ini_set( 'max_execution_time', '300' );

Afterwards, save the file then your max file upload size volition be maximized for sure.

This was all which I have got for you; I am sure that this article would take been proven helpful for many of the users out there. If you have any question or confusions left related to this article so do let me know. I shall get back to your queries as presently as possible.

Furthermore, if you have institute this guide helpful and worth reading then don't forget to share this article with your other friends and circle too. You lot may never know that your share may exist proven helpful for any of your friend out there. And so, keep sharing and keep helping others.

floresentime.blogspot.com

Source: https://wpsutra.com/increase-max-media-file-upload-size/

Post a Comment for "How to Increase Upload Size in Siteground"