|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
See:
Description
| Interface Summary | |
| 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. |
| RequestContext | Abstracts access to the request information needed for file uploads. |
| Class Summary | |
| DiskFileItem | The default implementation of the
FileItem interface. |
| DiskFileItemFactory | The default FileItemFactory
implementation. |
| FileUpload | High level API for processing file uploads. |
| FileUploadBase | High level API for processing file uploads. |
| MultipartStream | Low level API for processing file uploads. |
| ParameterParser | A simple parser intended to parse sequences of name/value pairs. |
| ServletFileUpload | High level API for processing file uploads. |
| ServletRequestContext | Provides access to the request information needed for a request made to an HTTP servlet. |
| Exception Summary | |
| FileUploadBase.InvalidContentTypeException | Thrown to indicate that the request is not a multipart request. |
| FileUploadBase.SizeLimitExceededException | Thrown to indicate that the request size exceeds the configured maximum. |
| FileUploadBase.UnknownSizeException | Thrown to indicate that the request size is not specified. |
| FileUploadException | Exception for errors encountered while processing the request. |
Protocol independent upload utilities. Copied from the Apache Jakarta Commons FileUpload project (1.1-dev, HEAD at 21st of august 2005).
|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||