ujjwal soni wrote:Hi Paul,
Thanks for your reply. The user does not terminate the upload process, it just hangs itself and when i check the logs, it shows Broken Pipe. I tried uploading a 500kb CSV file but it sometimes uploads fine and sometimes it hangs up and show this error.
Do you know the path the call is taking? What firewalls, proxies, routers and other networks components that might want to have a saying in this? What is the request timeout? On slower networks, sometimes you need to raise the connection timeout. On
Tomcat the default connectionTimeout is 60.000 milliseconds. For a 500 kB file, you need to have a 66 kbits/s to not timeout. That is not that much.