public interface FileUpload
Modifier and Type | Method and Description |
---|---|
boolean |
cancel()
Try to cancel the file upload.
|
String |
charSet() |
String |
contentTransferEncoding() |
String |
contentType() |
String |
fileName() |
String |
name() |
long |
size() |
String |
uploadedFileName() |
String name()
String uploadedFileName()
String fileName()
long size()
String contentType()
String contentTransferEncoding()
String charSet()
boolean cancel()
true
when the upload was cancelled, false
when the upload is finished and the file is availableCopyright © 2023 Eclipse. All rights reserved.