Hi I am writing a struts appliction to download a file that is on the server. When the user clicks the download button, its displaying the open,save cancel window. Everything is working fine for files of small sizes ie. less than 50 kb..but if the file size is mor and when I click cancel its displaying a ClientAbort Exception.
ClientAbortException: java.net.SocketException: Connection reset by peer: socket write error Oct 9, 2006 11:08:25 AM org.apache.struts.action
.RequestProcessor processException WARNING: Unhandled Exception thrown: class org.apache.catalina.connector.ClientAbortException Please help me how to avoid this situation.
-- B.Sridhar