| Package | Description | 
|---|---|
| org.apache.commons.fileupload | 
 A component for handling HTML file uploads as specified by
 RFC 1867. | 
| org.apache.commons.fileupload.portlet | 
      An implementation of
       FileUploadfor use in portlets conforming to JSR 168. | 
| org.apache.commons.fileupload.servlet | 
      An implementation of
       FileUploadfor use in servlets conforming to JSR 53. | 
| Modifier and Type | Method and Description | 
|---|---|
| FileItemIterator | FileUploadBase. getItemIterator(RequestContext ctx)Processes an RFC 1867
 compliant  multipart/form-datastream. | 
| Modifier and Type | Method and Description | 
|---|---|
| FileItemIterator | PortletFileUpload. getItemIterator(javax.portlet.ActionRequest request)Processes an RFC 1867
 compliant  multipart/form-datastream. | 
| Modifier and Type | Method and Description | 
|---|---|
| FileItemIterator | ServletFileUpload. getItemIterator(HttpServletRequest request)Processes an RFC 1867
 compliant  multipart/form-datastream. | 
Copyright © 2002–2019 The Apache Software Foundation. All rights reserved.