INFO: Using htaccess to modify PHP upload limits

To override the default PHP upload size limits open (or create) your .htaccess file located in public_html and add the following lines:

php_value post_max_size 32M
php_value upload_max_filesize 32M

This will increase the default limit of 8MB to 32MB


Was this article helpful?

mood_bad Dislike 0
mood Like 1
visibility Views: 1057