How to increase the WordPress upload limit in Xampp
TechTechInfo.com » How to increase the WordPress upload limit in Xampp

How to increase the WordPress upload limit in Xampp

updated wordpress upload limit.
updated wordpress upload limit.

Hello, friends sometimes we need to upload large-size files on the WordPress website through the media upload dashboard. But by default, it is set to the hosting provider. It can vary between 2MB to 750 MB in WordPress.on localhost by default, it is set to 750Mb. There are multiple ways to increase the upload file size with plugins and without plugins.

wordpress upload limit on localhost
wordpress upload limit on localhost

 

Add the Configuration in your .htaccess File

php_value upload_max_filesize 2560M
php_value post_max_size 2560M
php_value max_execution_time 3000
php_value max_input_time 3000
add configuration in .htaccess file
add configuration in .htaccess file

 

Save the .htaccess file and refresh the add media page

 

updated wordpress upload limit.
updated wordpress upload limit.

 

Hope this is helpful to you. your WordPress upload limit has been changed successfully. Have a Good Day.

Join the discussion

Translate »