| 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 | Description |
|---|---|---|
class |
DiskFileUpload |
Deprecated.
Use
ServletFileUpload together with
DiskFileItemFactory instead. |
class |
FileUpload |
High level API for processing file uploads.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
PortletFileUpload |
High level API for processing file uploads.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
ServletFileUpload |
High level API for processing file uploads.
|