Class | Description |
---|---|
Blob |
A Blob object represents a file-like object of raw data.
|
File |
The File object provides information about and access to the contents of
files.
|
FileError |
Represents an error that occurs while using the
FileReader interface. |
FileList |
An object of this type is returned by the files property of the HTML input element;
this lets you access the list of files selected with the <input type="file"> element.
|
FileReader |
The
FileReader object lets web applications
asynchronously read the contents of files (or raw data buffers) stored on the
user's computer, using File or
Blob objects to specify the file or data to read. |
FileReaderSync | |
FileUploadExt |
FileUpload widget with support for multiple files.
|
FileUtils |
Class to group miscellaneous file-related utility methods.
|
Enum | Description |
---|---|
ErrorCode |
Constants to represent error that occurs while using the
FileReader interface. |
FileReader.State |
Enum to represent FileReader state constants.
|
Copyright © 2017. All Rights Reserved.