Hi I was wondering if anyone could help me, firstly I'm not sure if this should be on the
JSP or
Servlet forum, so apologies in advance if I'm wrong.
I have a small program which moves files from one location to another, you simply start with a page which allows you to select the files to be moved, then when you click submit a servlet begins to transfer the files accross. Once this is complete the servlet redirects to a success page. The problem seems to be if the user transfers a large file (or large collection of files), after a couple of minutes I get a (104) Connection reset by peer, URL can not be found error. However the file move does still appear to be working in the background, but to the user appears to have failed.
I can not refresh the [age as this seems to cause the servlet to try and start the file transfer again, so I need a way to stop the (104) Connection reset by peer error from occurng.
Please help I have been looking for a few days now and seem to have hit a brick wall! :-(
Cheers KPS