Package | Description |
---|---|
org.apache.tomcat.util.http.fileupload |
NOTE: This code has been copied from commons-fileupload 1.2.1 and
commons-io 1.4 and package renamed to avoid clashes with any web apps that
may wish to use these libraries.
|
org.apache.tomcat.util.http.fileupload.disk |
Modifier and Type | Interface and Description |
---|---|
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 |
DiskFileItem
The default implementation of the
FileItem interface. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.