[ 源代码: 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