org.apache.struts.upload |
|
Java Source File Name | Type | Comment |
CommonsMultipartRequestHandler.java | Class | This class implements the MultipartRequestHandler
interface by providing a wrapper around the Jakarta Commons FileUpload
library. |
FormFile.java | Interface | This interface represents a file that has been uploaded by a client. |
MultipartRequestHandler.java | Interface | MultipartRequestHandler provides an standard interface for struts to
deal with file uploads from forms with enctypes of "multipart/form-data".
Providers must provide a no-argument constructor for initialization. |
MultipartRequestWrapper.java | Class | This class functions as a wrapper around HttpServletRequest to provide
working getParameter methods for multipart requests. |