Lets Make It EasyLets Make It Easy
    Lets Make It EasyLets Make It Easy
    • Home
    • Related To PC
      • Computer Tips & Tricks
      • General Tips
      • Game Tricks And Fixes
      • Windows Tricks
    • Build a PC

      Best Gaming PC Build Under ₹60000 in India With Ultra Performance (60 FPS)(2K,1080 FHD)

      December 9, 2022

      Best Gaming PC Build Under ₹70000 in India with an Ultimate Performance (60 FPS)(4K,2K,1080p FHD)

      December 9, 2022

      Best Graphics Card for Gaming Under ₹30000 in India With a Tremendous Performance (60 FPS)(2K,1080p FHD)

      December 9, 2022

      Best Graphics Card for Gaming Under ₹20000 in India With a Excellent Performance (60 FPS)(1080p FHD)

      December 9, 2022

      Best Gaming PC Build Under ₹80000 in India with an Amazing Performance (60 FPS)(4K,2K,1080p FHD)

      December 9, 2022
    • Blogger Tips

      How To Create a Perfect Custom Robots.txt File in Blogger?

      January 11, 2023

      How to Disavow Backlinks in Google Search Console?

      December 9, 2022

      How to Find and Remove the Bad/Toxic/Spammy Backlinks that affects your SEO Badly from Google?

      December 9, 2022

      How to Verify Google Search Console for WordPress Using DNS Verification? | Google Search Console DNS Verification ( Domain )

      December 9, 2022

      Google Search Console : 4 Simple Methods To Verify your Site Ownership For WordPress and Blogger

      December 9, 2022
    • WordPress Tips

      How to Hide/Remove Theme Name in WordPress?

      March 7, 2023

      How to Repair a Corrupted MySQL Database Table?

      March 2, 2023

      How to Get Quick Adsense Approval for WordPress Blog/Website?

      February 27, 2023

      How to Update/Clear Google Amp Cache?

      January 28, 2023

      How to Get a Free Domain and Hosting for Educational/Testing Purposes?

      January 25, 2023
    • Youtube Tips And Tricks
    • More Topics
      • Andriod Tricks
      • Mobile Tricks
      • Publisher’s Spot
      • Internet Tricks
    Lets Make It EasyLets Make It Easy
    Home » How to Fix “The uploaded file exceeds the upload_max_filesize directive in php.ini.” Error in WordPress?
    Wordpress Tips

    How to Fix “The uploaded file exceeds the upload_max_filesize directive in php.ini.” Error in WordPress?

    Vasantharaj R NBy Vasantharaj R NDecember 9, 2022Updated:December 9, 2022No Comments3 Mins Read
    How to Fix "The uploaded file exceeds the upload_max_filesize directive in php.ini." Error in Wordpress?

    Hi Guys, Today I am Going to tell you How to Fix “The uploaded file exceeds the upload_max_filesize directive in php.ini.” Error in WordPress?

    Check Out This: How to Install & Run Google Playstore in Windows 11 Without Using any Emulators?

    Are you Looking for the Commonly Searched Term “How to Resolve “The uploaded file exceeds the upload_max_filesize directive in php.ini.” Error in WordPress?” (or) “How to Fix “The uploaded file exceeds the upload_max_filesize directive in php.ini.” Error in WordPress?”.

    You are at the Right Place to Get Your Answers & Solve the Issue/Error.

    Trending
    How to Fix Command Prompt Opens And Closes Immediately in Windows 10? | Why CMD.exe Closes Immediately Whenever I Tried to Open it?

    Let’s See About it.

    Steps For How to Fix “The uploaded file exceeds the upload_max_filesize directive in php.ini.” Error in WordPress?

     

    Method 1: Using MultiPHP INI Editor

    Step 1: First of all, Go to your Web Hosting Website and Log in to your account.

    Step 2: Now Open your C-Panel Navigate to Software Section and Open the MultiPHP INI Editor.

    How to Fix "The uploaded file exceeds the upload_max_filesize directive in php.ini." Error in WordPress?

     

    Step 3: Now Choose your Site from the drop-down box and Now edit the upload_max_filesize PHP directive Value. Just Increase the value based on your needs.

    How to Fix "The uploaded file exceeds the upload_max_filesize directive in php.ini." Error in WordPress?

    Refresh your Website and Check Again.

     

    Method 2: Using the .htaccess File

    Step 1: First of all Go to Your Web Hosting Site and Log into Your CPanel.

    Step 2: Navigate to File Manager and Open Public_Html Folder.

    Step 3: Now Right Click on the .htaccess File and Click Edit Option to Edit the .htaccess File.

    Step 4: Add this Piece of Lines into the .htaccess File.

    php_value post_max_size 256M
    php_value memory_limit 512M
    php_value max_input_time 180
    php_value max_execution_time 180

    php_value post_max_size 256M
    php_value memory_limit 512M
    php_value max_input_time 180
    php_value max_execution_time 180

    Step 5: Save the File and Refresh the Website.

     

    Method 3: Try to Increase the Memory Limit Wp-Config.php

    Step 1: First of all Go to your Web Hosting Site and Log into Your CPanel.

    Step 2: Navigate to File Manager and Open Public_Html Folder.

    Step 3: Now Right Click on the Wp-Config.php File and Click Edit Option to Edit the Wp-Config.php File.

    Step 4: Add this Piece of Lines into the Wp-Config.php

    @ini_set(‘upload_max_size’ , ‘256M’ );

    @ini_set('upload_max_size' , '256M' );
    

    Step 5: Save the File and Refresh the Website.

     

    Method 4: Update the Memory Limit Manually via php.ini File

    Step 1: First of all Go to your Web Hosting Site and Log into Your CPanel.

    Step 2: Navigate to File Manager and Open Public_Html Folder.

    Step 3: Locate php.ini file and Right Click on the php.ini File and Click Edit Option to Edit the php.ini  File.

    Step 4: Now Locate the upload_max_filesize and Just increase its number.

    (or)

    Step 4: Delete the Older php.ini file and Create a New php.ini File and Add this Piece of Lines into the php.ini File

    upload_max_filesize = 256M
    post_max_size = 256M
    memory_limit = 512M
    max_execution_time = 180

    upload_max_filesize = 256M 
    post_max_size = 256M 
    memory_limit = 512M 
    max_execution_time = 180

    Step 5: Save the File and Refresh the Website.

     

    That’s It. You’re Done. Have a Nice Day.

    @@@ Leave Comments @@@

    ##Stay Safe Guys And Live Happily ##

    Vasantharaj R N

    Basically an Instrumentation Engineer But Very much Interested in Blogging. I'm a Passionate Blogger and an Expert in Search Engine Optimization And Always Looking Forward to Learn New Things. I Would Fix & Provide Solution to the Most Common Issues Related to PC,Laptops,Mobiles,OS, Hardwares and Softwares.

    Related Posts

    How to Hide/Remove Theme Name in WordPress?

    March 7, 2023

    How to Repair a Corrupted MySQL Database Table?

    March 2, 2023

    How to Get Quick Adsense Approval for WordPress Blog/Website?

    February 27, 2023

    How to Update/Clear Google Amp Cache?

    January 28, 2023
    Add A Comment

    Leave A Reply Cancel Reply

    Lets Make It Easy
    Copyright © 2021 Letsmakeiteasy LLC. All Rights Reserved. Letsmakeiteasy® is a registered trademark.WordPress hosting by Hostinger | Crafted With Love | Designed By Vasanth

    Type above and press Enter to search. Press Esc to cancel.