-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
name
public String name()
- Specified by:
name in interface FileUpload
- Returns:
- the name of the upload as provided in the form submission
-
fileName
public String fileName()
- Specified by:
fileName in interface FileUpload
- Returns:
- the file name of the upload as provided in the form submission
-
size
public long size()
- Specified by:
size in interface FileUpload
- Returns:
- the size of the upload, in bytes
Copyright © 2020. All rights reserved.