|
well only things I would suggest are this give more memory to PHP and the timeout should be 0
memory_limit 12M
max_execution_time 12000
Any PHP timeouts are on the server. I dont go uploading 100M video's but I have successfully uploaded 40M video's before. Since our software does not process anything with a video any issues are all server side with timeouts etc and usually resolved by altering your php settings since all PHP scripts are limited to PHP settings.
|