libcommons-fileupload-java

File upload capability to your servlets and web applications
  http://commons.apache.org/fileupload/
  0
  no reviews



The commons fileupload package makes it easy to add robust, high-performance, file upload capability to your servlets and web applications.

fileupload parses http requests which conform to rfc 1867, "form-based file upload in html". that is, if an http request is submitted using the post method, and with a content type of "multipart/form-data", then fileupload can parse that request, and make the results available in a manner easily used by the caller.