public interface FileUpload
| Modifier and Type | Method and Description | 
|---|---|
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()
Copyright © 2020 Eclipse. All rights reserved.