Package play.data
Class FileUpload
java.lang.Object
play.data.FileUpload
- All Implemented Interfaces:
Upload
-
Constructor Details
-
FileUpload
public FileUpload(org.apache.commons.fileupload.FileItem fileItem)
-
-
Method Details
-
asFile
-
asBytes
public byte[] asBytes() -
asStream
-
getContentType
- Specified by:
getContentTypein interfaceUpload
-
getFileName
- Specified by:
getFileNamein interfaceUpload
-
getFieldName
- Specified by:
getFieldNamein interfaceUpload
-
getSize
public long getSize()
-