See: Description
Interface | Description |
---|---|
FormFile |
This interface represents a file that has been uploaded by a client.
|
MultipartRequestHandler |
MultipartRequestHandler provides an standard interface for struts to
deal with file uploads from forms with enctypes of "multipart/form-data".
|
Class | Description |
---|---|
BufferedMultipartInputStream | Deprecated
Use the Commons FileUpload based multipart handler instead.
|
CommonsMultipartRequestHandler |
This class implements the
MultipartRequestHandler interface
by providing a wrapper around the Jakarta Commons FileUpload library. |
CommonsMultipartRequestHandler.CommonsFormFile |
This class implements the Struts
FormFile interface by
wrapping the Commons FileUpload FileItem interface. |
DiskFile | Deprecated
Use the Commons FileUpload based multipart handler instead.
|
DiskMultipartRequestHandler | Deprecated
Use the Commons FileUpload based multipart handler instead.
|
MultipartBoundaryInputStream | Deprecated
Use the Commons FileUpload based multipart handler instead.
|
MultipartElement | Deprecated
Use the Commons FileUpload based multipart handler instead.
|
MultipartIterator | Deprecated
Use the Commons FileUpload based multipart handler instead.
|
MultipartRequestWrapper |
This class functions as a wrapper around HttpServletRequest to
provide working getParameter methods for multipart requests.
|
MultipartValueStream | Deprecated
Use the Commons FileUpload based multipart handler instead.
|
Exception | Description |
---|---|
ContentLengthExceededException | Deprecated
Use the Commons FileUpload based multipart handler instead.
|
MaxLengthExceededException | Deprecated
Use the Commons FileUpload based multipart handler instead.
|
The upload package facilities to upload files using multi-part requests.
Copyright ? 2000-2014 - The Apache Software Foundation