view lib/org.apache.commons.fileupload_1.2/readme.txt @ 0:db87c1b7eb6d

initial
author dwinter
date Wed, 03 Nov 2010 12:18:46 +0100
parents
children
line wrap: on
line source

-------------------------
Apache Commons FileUpload
-------------------------

"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."

For more information:
http://commons.apache.org/fileupload/