public interface FileItem
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType() |
String |
getFieldName()
The name of the field which declared the file control
|
InputStream |
getInputStream()
To read the uploaded file
|
String |
getName()
The name of the uploaded file
|
OutputStream |
getOutputStream()
To allow writing to the uploaded file.
|
long |
getSize()
The size of the uploaded file
|
String getContentType()
String getFieldName()
InputStream getInputStream()
String getName()
long getSize()
OutputStream getOutputStream()