Project

General

Profile

Download (603 Bytes) Statistics
| Branch: | Revision:

git_sitools_idoc / flarecast / cots / restlet-2.0.5-patched / org.apache.commons.fileupload_1.2 / readme.txt @ master

1
-------------------------
2
Apache Commons FileUpload
3
-------------------------
4

    
5
"The Commons FileUpload package makes it easy to add robust, high-performance,
6
file upload capability to your servlets and web applications.
7

    
8
FileUpload parses HTTP requests which conform to RFC 1867, "Form-based File 
9
Upload in HTML". That is, if an HTTP request is submitted using the POST 
10
method, and with a content type of "multipart/form-data", then FileUpload can 
11
parse that request, and make the results available in a manner easily used by 
12
the caller."
13

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