Uses of Package
org.apache.commons.fileupload
Packages that use org.apache.commons.fileupload
Package
Description
A component for handling HTML file uploads as specified by
RFC 1867.
A disk-based implementation of the
FileItem
interface.
An implementation of
FileUpload
for use in portlets conforming to JSR 168.
An implementation of
FileUpload
for use in servlets conforming to JSR 53.This package contains various IO related utility classes
or methods, which are basically reusable and not necessarily
restricted to the scope of a file upload.
-
Classes in org.apache.commons.fileupload used by org.apache.commons.fileuploadClassDescriptionDeprecated.This class represents a file or form item that was received within a
multipart/form-data
POST request.A factory interface for creatingFileItem
instances.This class provides support for accessing the headers for a file or form item that was received within amultipart/form-data
POST request.Interface that will indicate thatFileItem
orFileItemStream
implementations will accept the headers read for the item.An iterator, as returned byFileUploadBase.getItemIterator(RequestContext)
.This interface provides access to a file or form item that was received within amultipart/form-data
POST request.High level API for processing file uploads.Signals that a FileUpload I/O exception of some sort has occurred.This exception is thrown, if a requests permitted size is exceeded.Exception for errors encountered while processing the request.Thrown upon attempt of setting an invalid boundary token.Thrown to indicate that the input stream fails to follow the required syntax.Internal class, which is used to invoke theProgressListener
.TheProgressListener
may be used to display a progress bar or do stuff like that.Abstracts access to the request information needed for file uploads. -
Classes in org.apache.commons.fileupload used by org.apache.commons.fileupload.diskClassDescriptionThis class represents a file or form item that was received within a
multipart/form-data
POST request.A factory interface for creatingFileItem
instances.This class provides support for accessing the headers for a file or form item that was received within amultipart/form-data
POST request.Interface that will indicate thatFileItem
orFileItemStream
implementations will accept the headers read for the item. -
Classes in org.apache.commons.fileupload used by org.apache.commons.fileupload.portletClassDescriptionThis class represents a file or form item that was received within a
multipart/form-data
POST request.A factory interface for creatingFileItem
instances.An iterator, as returned byFileUploadBase.getItemIterator(RequestContext)
.High level API for processing file uploads.High level API for processing file uploads.Exception for errors encountered while processing the request.Abstracts access to the request information needed for file uploads.Enhanced access to the request information needed for file uploads, which fixes the Content Length data access inRequestContext
. -
Classes in org.apache.commons.fileupload used by org.apache.commons.fileupload.servletClassDescriptionThis class represents a file or form item that was received within a
multipart/form-data
POST request.A factory interface for creatingFileItem
instances.An iterator, as returned byFileUploadBase.getItemIterator(RequestContext)
.High level API for processing file uploads.High level API for processing file uploads.Exception for errors encountered while processing the request.Abstracts access to the request information needed for file uploads.Enhanced access to the request information needed for file uploads, which fixes the Content Length data access inRequestContext
. -
Classes in org.apache.commons.fileupload used by org.apache.commons.fileupload.utilClassDescriptionThis class provides support for accessing the headers for a file or form item that was received within a
multipart/form-data
POST request.
DiskFileItemFactory
instead.