Wednesday 30 May 2012

Set file size limit using .htaccess file

Write below code into your .htaccess file to upload file size limit.

php_value upload_max_filesize 50M
php_value post_max_size 5M
php_value max_execution_time 300
php_value max_input_time 100

No comments:

Post a Comment