| Package | Description |
|---|---|
| to.etc.domui.autotest | |
| to.etc.domui.component.upload | |
| to.etc.domui.server | |
| to.etc.domui.util.upload |
| Modifier and Type | Method and Description |
|---|---|
UploadItem[] |
TestRequestResponse.getFileParameter(String name) |
| Modifier and Type | Method and Description |
|---|---|
UploadItem |
FileUpload.getValue() |
UploadItem |
FileUpload.getValueSafe() |
| Modifier and Type | Method and Description |
|---|---|
List<UploadItem> |
FileUpload.getFiles()
Return the current value: the list of files that have been uploaded and
their related data.
|
List<UploadItem> |
BulkUploadButton.getUploadFileList()
Return the list of files uploaded to this control.
|
List<UploadItem> |
BulkUpload.getUploadFileList()
Return the list of files uploaded to this control.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BulkUpload.IUpload.fileUploaded(UploadItem item)
Called as soon as an upload has completed.
|
void |
FileUpload.removeUploadItem(UploadItem ufi)
Removes specified upload item.
|
void |
FileUpload.setValue(UploadItem v) |
| Modifier and Type | Method and Description |
|---|---|
UploadItem[] |
HttpServerRequestResponse.getFileParameter(String name) |
UploadItem[] |
IRequestResponse.getFileParameter(String name) |
UploadItem[] |
RequestContextImpl.getFileParameter(String name) |
| Modifier and Type | Method and Description |
|---|---|
UploadItem |
UploadHttpRequestWrapper.getFileItem(String name) |
UploadItem[] |
UploadHttpRequestWrapper.getFileItems(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<UploadItem> |
UploadParser.parseRequest(javax.servlet.http.HttpServletRequest ctx,
String hdrencoding) |
List<UploadItem> |
UploadParser.parseRequest(InputStream is,
String hdrencoding,
String contentType,
int requestSize) |
Copyright © 2017 etc.to. All rights reserved.