WordPress Tutorial- How to Increase Maximum Upload File Size in WordPress- 3 Best Methods
Best Tutorial on How to Increase Maximum Upload File Size in WordPress & Increasing WordPress Upload Limit. Maximum upload size in WordPress ranges from 2MB to 8MB by default depending on Your Web host provider is giving by default. Maximum Upload File Size in WordPress basically restrict you to upload larger files in size than mentioned in “upload max file size” . You can’t upload larger file to WordPress if You have low value set for Maximum Upload File Size in WordPress.
Good News is this Value for Maximum Upload File Size in WordPress can be changed easily.
I have included Best three Methods to Increase Maximum Upload File Size in WordPress Or Increase Maximum Upload Limit:-
1. First Method how to Increase Maximum Upload File Size in WordPress:-
Create or Edit PHP.ini file.
Change value inside PHP.ini file.
Tips:- Recommended place for PHP.ini file is inside WP-admin folder.
But sometimes may work by placing it inside root directory.
This is the method to Increase Maximum Upload File Size in WordPress is found to be working for most WordPress Users.
2. Second Method how to Increase Maximum Upload File Size in WordPress:-
Editing Theme Functions file – This can be done by accessing WordPress Dashboard. Then Appearance – Editor – Theme Functions File.
3. Third Method how to Increase Maximum Upload File Size in WordPress:-
Editing .htaccess File.
You will find this file inside Root directory and may also be hidden. So enable “Show Hidden Files” and then Edit file.
So these are best methods on How to Increase Maximum Upload File Size in WordPress.
Text File for Values on How to Increase Maximum Upload File Size in WordPress
IMPORTANT VALUES:-
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 POST request.
memory_limit
This defines how much memory is allocated for PHP. This number should be equal or higher than the upload_max_filesize.
Pro Tip:-
First Method to Increase Maximum Upload File Size in WordPress is found to be working for most of the WordPress users.
Always keep “post_max_size” Greater or equal to upload_max_filesize
So, This is the complete WordPress Tutorial showing How to Increase Maximum Upload File Size in WordPress. Increase the values as per Your requirements & upload bigger files in WordPress Website. Increase WordPress Upload Limit & Enjoy.
Thanks for Watching.
——————————————————————————————————
LIKE | COMMENT | SHARE | SUBSCRIBE
——————————————————————————————————
IF This Work For You.
Also Watch,
Fix WordPress error There is no user registered with that email address|Can’t Login to WordPress
How to change WordPress Admin email | Where to find Admin email in WordPress & change it in 2018
How to fix WordPress Fatal Error: Allowed memory size of 67108864 Bytes exhausted[Quick Fix]
How to manually disable WordPress Plugins via cPanel if cannot access the WordPress dashboard
Fix WordPress Fatal Error Call to undefined function rest_url() in ../wp-content/plugins/td-composer
How To Create Webmail in cPanel | How to setup Webmail in cPanel or email Account in cPanel
How to access Webmail in Outlook | How to Setup Webmail in Microsoft Outlook | Outlook email
How To Change Webmail Password In cPanel | Resetting Webmail Password In cPanel
How to Forward Webmail to Gmail | How to set up email forwarding in Webmail | email forwarder cPanel
How to forward One Gmail account to another Gmail Account | How to forward Gmail | Forwarding Gmail
3rd method works for me 🙂 Thnx a lot. . .
thanks
3rd Methods.If not work, you use this. And Thank you this video. 🙂
<IfModule size>
php_value upload_max_filesize 64M
php_value post_max_size 64M
php_value memory_limit 400M
php_value max_input_time 180
</IfModule>
helpful
tutorial
the last one is working, thanks a lot bro nice video
First method not working in plesk panel😭
Thankyou! It work for me
For me the third method worked thank you very much
method 3rd working
I tried all but no one working
Thank you for the video.
Unfortunately, non of the methods worked for me. But thank you!
my file manger is monsta 🙁
.htaccess method work for me Thank you for such a knowledgeable Video.
Thank you the first two methods failed for me but the .htaccess method worked.
upload_max_filesize = 64M
post_max_size = 64M
memory_limit = 400M
file_uploads = 0n
max_execution_time = 100
Thanks sir, the last one worked for me.
Last option worked.
tnx 3rd…
thx worked great 3rd opt.
Thanks bro
htacces worked for me
i have some pages it not loading from the admin page after i did method 1 and method 2
All three not working Sir Sorry
It worked. Thanks.
Awesome – thank you Harish! That first method with php.ini worked perfectly and is super easy 🙂
Thank you very very very very much thank you forever hahaha hahahhahahahahahah🥇🥇🥇🥇🥇✌✌✌🍭🏆🏅💪🎖
Method number 1 worked!
Thank you so much, I was even thinking of upgrading my hosting services and that would've cost me more money…thanks
php_value upload_max_filesize 128M
php_value post_max_size 128M
php_value memory_limit 256M
php_value max_execution_time 300
php_value max_input_time 300
Thank you. I have success by htaccess file
The third step worked for me. Thank you so much
the third method worked at my website! Thanks!
i have more than 50mb database size how can i upload in phpmyadmin on cpanel not on localhost.. ???
The last one worked for us, the other two didn't. Thanks so much. We now can upload quality audios to our website
The third method worked for me as well. Thanks!
The third method (editing the .htaccess file) worked perfectly for me, thanks!
wish you could have copied that text here for someone to just copy and paste. Typing it, if you make a change of even spacing cant be dangerous ?
Hurray it worked for me!!! who is watching in 2020?
Good Stuff
thanks, 3rd option worked for me.
Blees you! V1 works.