Uses of Package
org.apache.struts.upload
Packages that use 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.
- 
Classes in org.apache.struts.upload used by org.apache.struts.actionClassDescriptionMultipartRequestHandler provides an standard interface for struts to deal with file uploads from forms with enctypes of "multipart/form-data".
 - 
Classes in org.apache.struts.upload used by org.apache.struts.configClassDescriptionThis class functions as a wrapper around HttpServletRequest to provide working getParameter methods for multipart requests.
 - 
Classes in org.apache.struts.upload used by org.apache.struts.uploadClassDescriptionMultipartRequestHandler provides an standard interface for struts to deal with file uploads from forms with enctypes of "multipart/form-data".