Hi!
I am trying to upload large file( >5Mb) through http. The problem is the browser randomly got "Page not found" error message. I've tried the set_time_limit but it seems that it is not the script execution time that caused the error. I also tried using flush function echo-ing empty string to the browser to keep it alive. But the result is still the same.
Anyone has similar experience or know the way around it. Please comment. Thank you in advance.
Regards,
Desmond