| Package | Description |
|---|---|
| com.helger.web.fileupload | |
| com.helger.web.fileupload.parse | |
| com.helger.web.fileupload.servlet | |
| com.helger.web.scope |
| Modifier and Type | Method and Description |
|---|---|
IFileItem |
IFileItemFactory.createItem(String sFieldName,
String sContentType,
boolean bIsFormField,
String sFileName)
Create a new
IFileItem instance from the supplied parameters and
any local factory configuration. |
| Constructor and Description |
|---|
FileItemResource(IFileItem aFileItem) |
| Modifier and Type | Class and Description |
|---|---|
class |
DiskFileItem
The default implementation of the
IFileItem interface. |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsList<IFileItem> |
AbstractFileUploadBase.parseRequest(IRequestContext aCtx)
Processes an RFC 1867
compliant
multipart/form-data stream. |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsList<IFileItem> |
ServletFileUpload.parseRequest(javax.servlet.http.HttpServletRequest aHttpRequest)
Processes an RFC 1867
compliant
multipart/form-data stream. |
| Modifier and Type | Method and Description |
|---|---|
default IFileItem |
IRequestParamContainer.getAsFileItem(String sAttrName)
Get the request attribute denoted by the specified attribute name as an
uploaded file item.
|
| Modifier and Type | Method and Description |
|---|---|
default com.helger.commons.collection.impl.ICommonsMap<String,IFileItem> |
IRequestParamContainer.getAllUploadedFileItems() |
default com.helger.commons.collection.impl.ICommonsList<IFileItem> |
IRequestParamContainer.getAllUploadedFileItemValues() |
Copyright © 2014–2019 Philip Helger. All rights reserved.