Just a minor fix: in esharris' step 3, it should be "pages/parseRequest.jsp" instead of "pages/parseRequests.jsp".
Also, if you upload file in chunk mode, in "pages/parseRequest.jsp", last line of "out.close()" should be commented out. Otherwise, the PrinterWriter is closed after first part of file is uploaded. Then FileUploadThreadHTTP will throw an...
2008-02-27 18:53:44 UTC in File Upload Applet