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
FileItem
interface. |
Modifier and Type | Interface and Description |
---|---|
interface |
FileItem
This class represents a file or form item that was received within a
multipart/form-data POST request. |
interface |
FileItemStream
This interface provides access to a file or form item that was
received within a
multipart/form-data POST request. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultFileItem
Deprecated.
1.1 Use
DiskFileItem instead. |
Modifier and Type | Class and Description |
---|---|
class |
DiskFileItem
The default implementation of the
FileItem interface. |
Copyright © 2002–2019 The Apache Software Foundation. All rights reserved.