public interface FileUpload
Modifier and Type | Method and Description |
---|---|
boolean |
cancel()
Try to cancel the file upload.
|
String |
charSet() |
String |
contentTransferEncoding() |
String |
contentType() |
Future<Void> |
delete()
Delete the uploaded file on the disk.
|
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 © 2024 Eclipse. All rights reserved.