Interface IFileListUpload
public interface IFileListUpload
Represents an uploaded file in the
<xi:fileList /> component.- Since:
- 8.5.0
- See Also:
-
Method Summary
-
Method Details
-
fileName
-
mimeType
-
size
long size()Gets the size of the uploaded file, in bytes.- Returns:
- The file size in bytes.
-
open
Opens an input stream to read the contents of the uploaded file.- Returns:
- An InputStream to read the file's contents.
- Throws:
IOException- If an I/O error occurs while opening the stream.
-