Interesting. That does make sense, but I did have problems before until I set a higher value. Maybe it was just coincidence.
---- Steve Sapovits Global Sports Interactive Work Email: [EMAIL PROTECTED] Home Email: [EMAIL PROTECTED] Work Phone: 610-491-7087 Cell: 610-574-7706 Pager: 877-239-4003 > -----Original Message----- > From: Gisle Aas [SMTP:[EMAIL PROTECTED]] > Sent: Monday, December 17, 2001 2:21 PM > To: Steve Sapovits > Cc: Jack Yang; [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: 500 error and upload > > Steve Sapovits <[EMAIL PROTECTED]> writes: > > > The only thing I've ever personally seen affect > > this is the timeout value. > > > > Test the time to failure: If it's failing after > > 3600 seconds you still have a timeout that's too > > small (probably). If not, then you're hitting > > something I have not seen. I regularly uploaded > > very large files using the same methods I sent out > > in my example. > > The timeout you set is used as timeout between activity on the wire. > There should not be a need to set up a long timeout just because you > are uploading a big file. > > and I have no idea what the original problem might be. Some real code > that fails might be useful. > > Regards, > Gisle > > > > > ---- > > Steve Sapovits > > Global Sports Interactive > > Work Email: [EMAIL PROTECTED] > > Home Email: [EMAIL PROTECTED] > > Work Phone: 610-491-7087 > > Cell: 610-574-7706 > > Pager: 877-239-4003 > > > > > -----Original Message----- > > > From: Jack Yang [SMTP:[EMAIL PROTECTED]] > > > Sent: Monday, December 17, 2001 1:34 PM > > > To: [EMAIL PROTECTED] > > > Cc: [EMAIL PROTECTED] > > > Subject: 500 error and upload > > > > > > I have a perl script which is used to upload file. It > > > runs well if I upload a relatively small size file, > > > but as soon as the file size is over 10K I will > > > encounter error 500. If I use the IE5.0 to do the > > > upload, I will have no problem to upload the big size > > > file. > > > > > > I am using the HTTP::Request::Common to do the upload, > > > and I have increased the timeout to be 3600 seconds. I > > > have the correct setting for the proxy server since I > > > can upload small file successfully. > > > Any idea about why big size file can't be uploaded? > > >
