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 | Class and Description |
---|---|
class |
DefaultFileItem
Deprecated.
Use
DiskFileItem instead. |
Modifier and Type | Method and Description |
---|---|
protected FileItem |
FileUploadBase.createItem(java.util.Map headers,
boolean isFormField)
Deprecated.
This method is no longer used in favour of
internally created instances of
FileItem . |
FileItem |
FileItemFactory.createItem(java.lang.String fieldName,
java.lang.String contentType,
boolean isFormField,
java.lang.String fileName)
Create a new
FileItem instance from the supplied parameters and
any local factory configuration. |
FileItem |
DefaultFileItemFactory.createItem(java.lang.String fieldName,
java.lang.String contentType,
boolean isFormField,
java.lang.String fileName)
Deprecated.
Use
DiskFileItemFactory instead. |
Modifier and Type | Class and Description |
---|---|
class |
DiskFileItem
The default implementation of the
FileItem interface. |
Modifier and Type | Method and Description |
---|---|
FileItem |
DiskFileItemFactory.createItem(java.lang.String fieldName,
java.lang.String contentType,
boolean isFormField,
java.lang.String fileName)
Create a new
DiskFileItem
instance from the supplied parameters and the local factory
configuration. |
Copyright © 2002-2017. All Rights Reserved.