Package | Description |
---|---|
org.apache.commons.fileupload |
A component for handling HTML file uploads as specified by
RFC 1867.
|
org.apache.commons.fileupload.disk |
A disk-based implementation of the
FileItem
interface. |
org.apache.commons.fileupload.portlet |
An implementation of
FileUpload
for use in portlets conforming to JSR 168. |
org.apache.commons.fileupload.servlet |
An implementation of
FileUpload
for use in servlets conforming to JSR 53. |
Class and Description |
---|
DefaultFileItemFactory
Deprecated.
Use
DiskFileItemFactory instead. |
FileItem
This class represents a file or form item that was received within a
multipart/form-data POST request. |
FileItemFactory
A factory interface for creating
FileItem instances. |
FileUploadBase
High level API for processing file uploads.
|
FileUploadException
Exception for errors encountered while processing the request.
|
MultipartStream
Low level API for processing file uploads.
|
MultipartStream.IllegalBoundaryException
Thrown upon attempt of setting an invalid boundary token.
|
MultipartStream.MalformedStreamException
Thrown to indicate that the input stream fails to follow the
required syntax.
|
RequestContext
Abstracts access to the request information needed for file uploads.
|
Class and Description |
---|
FileItem
This class represents a file or form item that was received within a
multipart/form-data POST request. |
FileItemFactory
A factory interface for creating
FileItem instances. |
Class and Description |
---|
FileItemFactory
A factory interface for creating
FileItem instances. |
FileUpload
High level API for processing file uploads.
|
FileUploadBase
High level API for processing file uploads.
|
FileUploadException
Exception for errors encountered while processing the request.
|
RequestContext
Abstracts access to the request information needed for file uploads.
|
Class and Description |
---|
FileItemFactory
A factory interface for creating
FileItem instances. |
FileUpload
High level API for processing file uploads.
|
FileUploadBase
High level API for processing file uploads.
|
FileUploadException
Exception for errors encountered while processing the request.
|
RequestContext
Abstracts access to the request information needed for file uploads.
|