Sign Up

Join us today and become a part of our dynamic community! Unlock a world of learning, sharing, and growth with EncodeMore.

Have an account? Sign In

Browse


Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here


Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.


Have an account? Sign In Now

Please type your username.

Please type your E-Mail.

Please choose an appropriate title for the question so it can be answered easily.
Please choose the appropriate section so the question can be searched easily.

Please choose suitable Keywords Ex: question, poll.

Browse
Type the description thoroughly and in details.


You must login to add post.


Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

Enceodemore

Enceodemore Logo Enceodemore Logo

Enceodemore Navigation

  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask A Question
  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Users
  • Help
Home/Questions/Q 2424
Next

Enceodemore Latest Questions

Franchbabu
  • 0
  • 0
FranchbabuJohn Wick
In: Coding & Web Development

Increase the Max Upload Size in WordPress

  • 0
  • 0

To find out what your WordPress site’s current maximum upload size limit is, go to WP Admin > Media > Add New. As shown in the screenshot, the current maximum upload size is displayed at the bottom.


The “Maximum upload size limit” in WordPress

1.Create or Edit an existing PHP.INI file

The php.ini file manages basic PHP configuration variables such as the maximum upload size.

Some hosts may allow you to edit the php.ini file through cPanel, which is easier than editing the file directly.

Bluehost, for example, allows you to access cPanel by clicking the Advanced tab in your Bluehost dashboard. Then, choose the MultiPHP INI Editor tool:

Then, choose the site to modify and change the upload_max_filesize directive:

If your host doesn’t offer such a tool,

In most cases, if you’re using a shared host, you won’t find a php.ini file in your directory. If you don’t see one, make one called php.ini and place it in the root folder. Add the following code to that file:

upload_max_filesize = 512M
post_max_size = 128M
max_execution_time = 3000

2. Update .htaccess file

Many hosting companies allow you to modify the PHP settings via the .htaccess file. You may use this feature to apply the php value upload max filesize rule to this file.

Open the .htaccess file and add the following code to the bottom of the file. Once you’re done, save the changes.

php_value upload_max_filesize 128M
php_value post_max_size 128M
php_value memory_limit 256M
php_value max_execution_time 3000
php_value max_input_time 3000

Change the numbers to the values you require. The maximum execution and input times are in seconds and may need to be increased if your internet connection is slow.


3. Edit wp-config.php file

@ini_set( 'upload_max_filesize' , '128M' );
@ini_set( 'post_max_size', '128M');
@ini_set( 'memory_limit', '256M' );
@ini_set( 'max_execution_time', '300' );
@ini_set( 'max_input_time', '300' );

4. Contact Your Hosting Provider to Increase the Max Upload Size

If you do not want to edit the files yourself, you can always ask your hosting provider to do so.

5. Use a WordPress Plugin To Increase the Max Upload Size


WP Increase Upload Filesize | Increase Maximum Execution Time

Upon activation, navigate to Media » Increase Upload Limit in your WordPress admin panel.

This brings you to a screen where you can select a new file upload size in the ‘Choose Maximum Upload File Size’ drop down.

Then, click the ‘Save Changes’ button.

WordPress is a flexible content management system. There is always a method to accomplish a goal. You can always contact me if you are unable to find an answer to any of your WordPress-related concerns.

wordpress
  • 0 0 Answers
  • 3 Views
  • 0 Followers
  • 0
Share
  • Facebook
    Leave an answer

    Leave an answer
    Cancel reply

    Browse

    Sidebar

    Ask A Question

    Stats

    • Questions : 52
    • Answers : 11
    • Posts : 11
    • Users : 7
    • Popular
    • Answers
    • Franchbabu

      Best FREE Image Hosting Sites (Upload & Share) in 2024

      • 3 Answers
    • Tanmay

      What is the most suitable Freelance website go get started ...

      • 2 Answers
    • admin

      Add “Made with Love” with a Heart to Your Footer

      • 1 Answer
    • Guru99
      Guru99 added an answer 📷 Top 7 Free Image Hosting Sites in 2025 1.… April 3, 2025 at 10:32 am
    • Guru99
      Guru99 added an answer How to Secure Your WordPress Login Page 🔒 1. Change… March 27, 2025 at 1:22 am
    • Tanmay
      Tanmay added an answer +up March 24, 2025 at 1:24 am

    Related Questions

    • What are some good code snippet libraries for developers?

      • 0 Answers
    • What are some good code snippet libraries for developers?

      • 0 Answers
    • What’s the best free code editor for web developers?

      • 0 Answers
    • What’s the easiest way to add custom CSS in WordPress?

      • 0 Answers
    • How do I migrate a WordPress website without downtime?

      • 0 Answers

    Facebook

    New Members

    Guru99

    Guru99

    • 16 Questions
    • 2 Answers
    CodeXcool

    CodeXcool

    • 0 Questions
    • 0 Answers
    Begginer
    Tanmay

    Tanmay

    • 2 Questions
    • 3 Answers

    Trending Tags

    development earn earnings. earn online ecommerce fiverr freelance freelancing hosting how-to microsoft seo upwork web design web development windows wordpress

    Explore

    • Home
    • Add group
    • Groups page
    • Communities
    • Questions
      • New Questions
      • Trending Questions
      • Must read Questions
      • Hot Questions
    • Polls
    • Users
    • Help

    Unlock a world of learning, sharing, and growth with EncodeMore. Join us today and become a part of our dynamic community!
    © 2023 Encodemore. All Rights Reserved
    With Love by CodeX

    Insert/edit link

    Enter the destination URL

    Or link to existing content

      No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.