Hi all I have an upload script handling uploads of huge files ( each upload goes to 65 MB atleast ). The script times out inspite of set_time_limit() and flush() used in the code. Anybody knows what could the problem and a solution.
Thanks
Are you running in safe mode? If so, it won't work.
http://www.php.net/manual/function.set-time-limit.php
Thanks for replying, No i am not running Php in safe mode.