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
FileUpload
for use in portlets conforming to JSR 168. |
org.apache.commons.fileupload.servlet |
An implementation of
FileUpload
for use in servlets conforming to JSR 53. |
Modifier and Type | Class and Description |
---|---|
class |
DiskFileUpload
Deprecated.
1.1 Use
ServletFileUpload together with
DiskFileItemFactory instead. |
class |
FileUpload
High level API for processing file uploads.
|
Modifier and Type | Class and Description |
---|---|
class |
PortletFileUpload
High level API for processing file uploads.
|
Modifier and Type | Class and Description |
---|---|
class |
ServletFileUpload
High level API for processing file uploads.
|
Copyright © 2002–2013 The Apache Software Foundation. All rights reserved.