How to set upload_max_filesize in .htaccess?

php_value upload_max_filesize 30M is correct.

You will have to contact your hosters — some don’t allow you to change values in php.ini

Leave a Comment