MultipartRequest File Upload parser provides a HttpServletMultipartRequest class that extends the HttpServletRequestWrapper implementation to provide methods for handling multipart form data. It supports Servlets using Java 1.2 or later.
Your rating on MultipartRequest File Upload parser
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
Fixed problems with bytes being added to end of uploads. Improvements made to the internal parsing mechanism to improve performance and reduce possibility of errors, or misparsing of files. A bugfix for 1.12 prevented empty files being created in the upload directory. Now they are created, but removed if no bytes are written to them. For memory uploads, empty files result in an empty directory entry. See the CHANGES file for more information.