Return to Snippet

Revision: 36936
at December 1, 2010 01:26 by lromak


Initial Code
php_value upload_max_filesize 20M
php_value post_max_size 20M
php_value max_execution_time 200
php_value max_input_time 200

Initial URL


Initial Description


Initial Title
Uploading large(big) files in PHP using .htaccess

Initial Tags
php, htaccess

Initial Language
PHP