[ 原始碼: libcommons-fileupload-java ]
套件:libcommons-fileupload-java(1.5-1)
libcommons-fileupload-java 的相關連結
Debian 的資源:
下載原始碼套件 libcommons-fileupload-java:
- [libcommons-fileupload-java_1.5-1.dsc]
- [libcommons-fileupload-java_1.5.orig.tar.xz]
- [libcommons-fileupload-java_1.5-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [commons.apache.org]
相似套件:
File upload capability to your servlets and web applications
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.
其他與 libcommons-fileupload-java 有關的套件
|
|
|
|
-
- dep: libcommons-io-java
- Common useful IO related classes