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.
This release includes two more Constructors with a
new parameter int intMaxReadBytes, to override the
MAX_READ_BYTES class variable, which is set to
2MB. This release is also now released under the
LGPL.