Skip to content

How to Increase file size upload limit using .htaccess ?

Last updated on November 25, 2022

Most web Hosting providers give access to override the .htaccess, To Increase the file size upload limit via .htaccess just copy the below settings into your .htacess file and put it in your web root directory

php_value upload_max_filesize 10M
php_value post_max_size 20M
php_value memory_limit 128M

post by: arjunphp.com

0 0 votes
Article Rating
Subscribe
Notify of
guest

2 Comments
Most Voted
Newest Oldest
Inline Feedbacks
View all comments