| Constructor and Description |
|---|
FileItemWrapper(org.apache.commons.fileupload.FileItem wrapped) |
| Modifier and Type | Method and Description |
|---|---|
static String |
fixIEFileName(String s)
strip path information provided by IE
|
String |
getContentType() |
String |
getFieldName() |
Map<String,String> |
getHeaders() |
InputStream |
getInputStream() |
String |
getName() |
OutputStream |
getOutputStream() |
long |
getSize() |
public FileItemWrapper(org.apache.commons.fileupload.FileItem wrapped)
public static String fixIEFileName(String s)
s - public String getContentType()
getContentType in interface FileItempublic String getFieldName()
getFieldName in interface FileItempublic InputStream getInputStream()
getInputStream in interface FileItempublic OutputStream getOutputStream()
getOutputStream in interface FileItempublic Map<String,String> getHeaders()
getHeaders in interface FileItemCopyright © 2021 McEvoy Software Ltd. All rights reserved.