Roundcube Community Forum

 

Timing-out before attachment is done downloading.

Started by NobleOne, January 27, 2007, 10:38:04 PM

Previous topic - Next topic

NobleOne

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?

jpingle

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.