Hello all, I have an UPLOADING site like megaupload , rapidshare etc. and i got a problem. Recently some of my clients had problems when downloading, while they downloading a file the download process stops before the elapsed time but still shows 100& completed, but in the end of the process the file itself weight below his original size. I'm guessing its a common problem please help me resolve it. Technical information: OS: centos 5.5 http server: apache 2 Panel : ISPconfig 3 The download starts through a php script that direct it to an non-public folder. Thank you
This is due to PHP script timeout issue. Increase the script execution time in PHP using set_time_limit() or changing max_execution_time in php.ini.