Apache Struts API Documentation: Uses of Interface org.apache.struts.upload.FormFile

Apache Struts API


Uses of Interface
org.apache.struts.upload.FormFile

Packages that use FormFile
org.apache.struts.upload The upload package facilities to upload files using multi-part requests. 
 

Uses of FormFile in org.apache.struts.upload
 

Classes in org.apache.struts.upload that implement FormFile
(package private) static class CommonsMultipartRequestHandler.CommonsFormFile
          This class implements the Struts FormFile interface by wrapping the Commons FileUpload FileItem interface.
 class DiskFile
          Deprecated. Use the Commons FileUpload based multipart handler instead. This class will be removed after Struts 1.2.
 



Copyright © 2000-2005 - The Apache Software Foundation