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.
Changes for this release inlcude a fix for
non-english characters in url parameter fields.
Specifically people have been having problems with
"Umlaute" german characters -- this now works as
advertised. Also added support for parameters
with more than one value.