Uses of Package
org.apache.commons.fileupload

Classes in org.apache.commons.fileupload used by org.apache.commons.fileupload
DefaultFileItemFactory
          The default FileItemFactory implementation.
FileItem
           This class represents a file or form item that was received within a multipart/form-data POST request.
FileItemFactory
          A factory interface for creating FileItem instances.
FileUploadBase
          High level API for processing file uploads.
FileUploadException
          Exception for errors encountered while processing the request.
MultipartStream.IllegalBoundaryException
          Thrown upon attempt of setting an invalid boundary token.
MultipartStream.MalformedStreamException
          Thrown to indicate that the input stream fails to follow the required syntax.
ThresholdingOutputStream
          An output stream which triggers an event when a specified number of bytes of data have been written to it.
 



Copyright © 2002-2003 Apache Software Foundation. All Rights Reserved.