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?
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.