| Package | Description | 
|---|---|
| org.apache.commons.fileupload | 
 A component for handling HTML file uploads as specified by
 RFC 1867. | 
| org.apache.commons.fileupload.disk | 
      A disk-based implementation of the
       FileIteminterface. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | FileItem This class represents a file or form item that was received within a
  multipart/form-dataPOST request. | 
| interface  | FileItemStream This interface provides access to a file or form item that was
 received within a  multipart/form-dataPOST request. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultFileItemDeprecated. 
 1.1 Use  DiskFileIteminstead. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DiskFileItem The default implementation of the
  FileIteminterface. | 
Copyright © 2002–2019 The Apache Software Foundation. All rights reserved.