Wednesday, March 14, 2012

How to increase file upload limit in php using .htaccess?

php_value memory_limit 36M
php_value post_max_size 36M
php_value upload_max_filesize 32M 

No comments:

Post a Comment