in reply to Re: large file uploads - timeout
in thread large file uploads - timeout

Are you using Safari as your browser? (the form of the error message seems to imply so)

I'd say to try with another browser. Say, lynx from the command line, or IE, or somesuch.

It could be (warning: WAG) that Safari is starting its timeout timer before having sent the whole file, and that more than 60 secs are needed to transfer that big a file.

Try with another browser, to get a different timeout detection, or from a machine on the same LAN as the server, to get a faster transfer.

WAG: Wild Assed Guess...

-- 
        dakkar - Mobilis in mobile

Replies are listed 'Best First'.
Re: Re: Re: large file uploads - timeout
by emilford (Friar) on Mar 23, 2003 at 15:43 UTC
    Yeah, I am using Safari as my browser. I just tried it with IE (Mac 5.2) and it worked with no problem. It took a while to execute, but never crashed and the file is uploaded on my server. Is there anything I can do? I'd like the script to work with the majority of browsers, but if it's a local timeout setting that is causing the problem, I'm not sure if there is a solution.

      Keep in mind that Safari is still in beta. Report the bug to Apple, and wait for the final release. The solution is theirs to find.

      It's commendable that you are trying to make your script work with all browsers, but such a bug is just out of you control.

      -- 
              dakkar - Mobilis in mobile
      
      Is there anything I can do?
      Yes, you can detect the broken browser, and inform the user to get a better one (see HTTP::BrowserDetect).
      I'd like the script to work with the majority of browsers...
      It already does. The majority of browsers correctly implement the HTTP/CGI protocols, and as such, work. Only these can be called browsers. The others, like Safari, are broken-browsers, so they have no hope of working.