FreePgs.com Forum

FreePgs Related => Support Requests => Topic started by: zangief on September 25, 2006, 08:23:47 PM

Title: File uploader timed-out
Post by: zangief on September 25, 2006, 08:23:47 PM
I just set up a really simple file uploader script so that some users of my site can upload their videos for me. The files are pretty big (up to 100mb). The script works fine for smaller files, but for large files (I tried a 90mb and 75mb) it does not work. It looks like the script just stops, as if it gets timed out. I have tried to figure out the problem what I have found is that the max execution time in php.ini might need to be extended? Any help or suggestions are welcome.

Thanks.
Title: Re: File uploader timed-out
Post by: Evilsprouts on September 26, 2006, 09:31:11 AM
I think you can define the max timeout using php, can't remember what the function is called though, Google it.