Package org.apache.struts.upload


package org.apache.struts.upload

The upload package facilities to upload files using multi-part requests.



Upload Package UML

Package Specification

##### FILL IN ANY SPECS NEEDED BY JAVA COMPATIBILITY KIT ##### For overviews, tutorials, examples, guides, and tool documentation, please see:
  • Class
    Description
    This class implements the MultipartRequestHandler interface by providing a wrapper around the Jakarta Commons FileUpload library.
    This interface represents a file that has been uploaded by a client.
    MultipartRequestHandler provides an standard interface for struts to deal with file uploads from forms with enctypes of "multipart/form-data".
    This class functions as a wrapper around HttpServletRequest to provide working getParameter methods for multipart requests.