Paketname | libcommons-fileupload-java |
Beschreibung | File upload capability to your servlets and web applications |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.2.2-1 |
Sektion | java |
Priorität | optional |
Installierte Größe | 136 Byte |
Hängt ab von | libportlet-api-2.0-spec-java, libservlet2.5-java |
Empfohlene Pakete | libcommons-io-java |
Paketbetreuer | Debian Java Maintainers |
Quelle | |
Paketgröße | 52832 Byte |
Prüfsumme MD5 | 175722dfd25e63bab409e5b70fd8b845 |
Prüfsumme SHA1 | 79c7cca8ee4461bbacb5c6b04427690e1a925d56 |
Prüfsumme SHA256 | 238ffe79247642057d53debf736606affc6e75e6e2ba571564bfb7afcb7f3da2 |
Link zum Herunterladen | libcommons-fileupload-java_1.2.2-1_all.deb |
Ausführliche Beschreibung | 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.
|