软件包: libcommons-fileupload-java (1.3.3-1)
libcommons-fileupload-java 的相关链接
Trisquel 的资源:
下载源码包 libcommons-fileupload-java:
- [libcommons-fileupload-java_1.3.3-1.dsc]
- [libcommons-fileupload-java_1.3.3.orig.tar.xz]
- [libcommons-fileupload-java_1.3.3-1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Java Maintainers (Mail Archive)
- Damien Raude-Morvan
- Emmanuel Bourg
外部的资源:
- 主页 [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