Author Topic: Timing-out before attachment is done downloading.  (Read 5358 times)

Offline NobleOne

  • Newbie
  • *
  • Posts: 2
Timing-out before attachment is done downloading.
« on: January 27, 2007, 10:38:04 PM »
The webmail is timeout before it finishes the attachment which is 9.5meg file. I have only 30k uplink so takes awhile for it upload. Any help?

Offline jpingle

  • Jr. Member
  • **
  • Posts: 77
Re: Timing-out before attachment is done downloading.
« Reply #1 on: January 28, 2007, 05:10:58 PM »
The timeout could be coming from the web server, the web browser, or PHP.

You might try investigating a little more along these lines:

  • Check PHP memory limit, try increasing to 32MB or 64MB to test
  • Check PHP for a limit on script execution time, try increasing this
  • Check your web server for a request timeout limitation
  • Check your browser for a timeout limit, or try a different browser to see if the result is the same

That's a fairly large attachment, especially for a webmail system, so it might take some tweaking to get it right.