HTTP Error Uploading large (100MB) MP4 file
-
Despite make sure all my “upload” settings are correct in my .htaccess file … I get an HTTP ERROR on the multi-file upload and a 500 internal error on the single file browser upload when uploading a 100MB MP4 file.
My .htaccess file looks like this:
————————————-
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
php_value post_max_size 128M
php_value upload_max_filesize 128M
php_value memory_limit 128M
php_value max_execution_time 1200
php_value max_input_time 1200
php_value session.gc_maxlifetime 1200
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘HTTP Error Uploading large (100MB) MP4 file’ is closed to new replies.