in reply to CGI Uploads - Large File Sizes

Most likely it is the server which is timing out. IIS has at least a couple of timeouts. I'm not an expert on IIS administration, but using the version on my Win2000 workstation, if you look in Internet Services Manager, the first tab on properties for the web server is "Web Site" which has as "Connection Timeout" property (mine is 900 seconds). Then, under the "Home Directory" tab, if you click "Configuration...", there's an "App Options" tab which includes "ASP script timeout" (mine says 90 seconds). I dunno if this applies to CGI scripts. If you are using Perl as an ASP process, you can set the script timeout there using the ScriptTimeout property of the $Server object (I'm guessing that this will still not go any longer than the Connection Timeout, though).

Replies are listed 'Best First'.
Re^2: CGI Uploads - Large File Sizes
by Wowski (Initiate) on May 02, 2005 at 20:28 UTC
    900 seconds, that's 15 minutes.

    I'll try it at 1800 sec.

    Thanks,
    Wowski