Search Our Database

How to change max upload limit with .htaccess

Last updated on |
by

To increase the max upload limit in PHP, you need to upload a .htaccess file into your public_html folder and the content of the .htaccess file should look like:

php_value post_max_size 20M
php_value upload_max_filesize 20M