public interface UploadedFile
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType()
Gets the mime/type for the file.
|
String |
getFilename()
Gets the original file name selected by the user in the browser.
|
InputStream |
getInputStream()
Opens a new InputStream to read the content of the file.
|
String |
getName()
Gets the name of the HTML form field where this file was uploaded.
|
String getFilename()
String getName()
InputStream getInputStream() throws IOException
IOException - If any I/O exception occursString getContentType()
Copyright © 2015–2017 Bridje Framework. All rights reserved.