Uses of Package
org.apache.struts.upload
Package
Description
The action package is the core of the struts framework,
providing the "Controller" aspect of a MVC model.
The "config" package contains configuration objects that correspond to
elements that may be specified in the
struts-config.xml
module configuration file.The upload package facilities to upload files using
multi-part requests.
-
ClassDescriptionMultipartRequestHandler provides an standard interface for struts to deal with file uploads from forms with enctypes of "multipart/form-data".
-
ClassDescriptionThis class functions as a wrapper around HttpServletRequest to provide working getParameter methods for multipart requests.
-
ClassDescriptionMultipartRequestHandler provides an standard interface for struts to deal with file uploads from forms with enctypes of "multipart/form-data".