Pakket: libcommons-fileupload-java (1.4-2)
Verwijzigingen voor libcommons-fileupload-java
Debian bronnen:
Het bronpakket libcommons-fileupload-java downloaden:
- [libcommons-fileupload-java_1.4-2.dsc]
- [libcommons-fileupload-java_1.4.orig.tar.xz]
- [libcommons-fileupload-java_1.4-2.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [commons.apache.org]
Vergelijkbare pakketten:
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.
Andere aan libcommons-fileupload-java gerelateerde pakketten
|
|
|
|
-
- dep: libcommons-io-java
- Common useful IO related classes