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