Unable to upload large file in website

Unable to upload large file in php website, here is setting for htaccess file, after this you can upload 500 mb file size, and also change this value.

php_value upload_max_filesize 5000M
php_value post_max_size 5000M
php_value memory_limit 256M
php_value max_execution_time 300
php_value max_input_time 300


Leave a Reply