Objects
This section describes the objects associated with the File API.
In this section
| Topic | Description |
|---|---|
|
The Blob constructor returns an object that represents immutable raw binary data, and allows access to ranges of bytes within the blob object as a separate blob object. | |
|
The File object (which inherits from the Blob object) provides read-only informational attributes about a file. | |
|
Note Internet Explorer 10. This object was supported in pre-release versions of Internet Explorer 10. As of Internet Explorer 10, it is obsolete and DOMError should be used instead. Applications using this object should be updated accordingly. | |
|
The lis of files that have been selected by the user. | |
|
A constructor function producing an object that provides methods to asynchronously read a File or a Blob, and an event model to obtain the results of these reads. | |
|
A constructor function producing an object that provides methods to synchronously read a File or a Blob, and an event model to obtain the results of these reads. | |
|
The MSBlobBuilder constructor returns an MSBlobBuilder object. | |
|
Represents binary data in JavaScript. | |
|
Note Internet Explorer 10. This object was supported in pre-release versions of Internet Explorer 10. As of Internet Explorer 10, it is obsolete and DOMError should be used instead. Applications using this object should be updated accordingly. | |
|
Provides the oneTimeOnly property for use with the createObjectURL method. | |
|
Provides methods that create and revoke Uniform Resource Identifiers (URIs) for Blob, msStream, and other objects. |
Send comments about this topic to Microsoft
Build date: 11/20/2012