| 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 | Interface and Description | 
|---|---|
| interface  | UploadContextEnhanced access to the request information needed for file uploads,
 which fixes the Content Length data access in  RequestContext. | 
| Modifier and Type | Method and Description | 
|---|---|
| FileItemIterator | FileUploadBase. getItemIterator(RequestContext ctx)Processes an RFC 1867
 compliant  multipart/form-datastream. | 
| static boolean | FileUploadBase. isMultipartContent(RequestContext ctx)Utility method that determines whether the request contains multipart
 content. | 
| Map<String,List<FileItem>> | FileUploadBase. parseParameterMap(RequestContext ctx)Processes an RFC 1867
 compliant  multipart/form-datastream. | 
| List<FileItem> | FileUploadBase. parseRequest(RequestContext ctx)Processes an RFC 1867
 compliant  multipart/form-datastream. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PortletRequestContextProvides access to the request information needed for a request made to
 a portlet. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ServletRequestContextProvides access to the request information needed for a request made to
 an HTTP servlet. | 
Copyright © 2002–2019 The Apache Software Foundation. All rights reserved.