File: control

package info (click to toggle)
libcommons-fileupload-java 1.0-14
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 308 kB
  • ctags: 299
  • sloc: java: 1,861; xml: 254; makefile: 11
file content (23 lines) | stat: -rw-r--r-- 1,157 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: libcommons-fileupload-java
Section: libs
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Arnaud Vandyck <avdyk@debian.org>, Wolfgang Baer <WBaer@gmx.de>
Build-Depends-Indep: debhelper (>= 4.2.30), cdbs (>= 0.4.5.3), ant, libcommons-beanutils-java, libservlet2.3-java, kaffe
Standards-Version: 3.6.2

Package: libcommons-fileupload-java
Architecture: all
Depends: kaffe | java1-runtime | java2-runtime, libcommons-beanutils-java, libservlet2.3-java
Suggests: java-virtual-machine
Description: 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.
 .
 Homepage: <http://jakarta.apache.org/commons/fileupload/>