I need to upload large size video files. I've set the maximum file upload preferences. Ive set the following preferences:
memory_limit :150M
upload_max_filesize :120M
post_max_size :120M
max_execution_time :300s
max_input_time :300s
It works but for larger video files takes too long. For 12M it takes 5mns, for 50M it may take nearly 30mns. Is there any way to reduce the file upload time.
After Executing I get this warning message: "PHP Warning: POST Content-Length of 12959997 bytes exceeds the limit of 8388608 bytes in Unknown on line 0"