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