public interface UploadedFile
Upload
Modifier and Type | Method and Description |
---|---|
String |
getContentType() |
String |
getFileName() |
String |
getFilePath() |
long |
getSize() |
InputStream |
getStream() |
boolean |
isInMemory() |
void |
write(File file)
Writes the content of the file to a known location.
|
String getContentType()
String getFileName()
String getFilePath()
long getSize()
InputStream getStream()
boolean isInMemory()
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.