How to manage local files
This section describes how to manage local files using the File API.
In this section
Topic | Description |
---|---|
This topic describes how to read local files using the File API. |
|
This topic starts where Reading local files left off, and demonstrates how to save non-large files locally using Web Storage. |
|
how to locally save files (of arbitrary size) using the Blob constructor along with the |
|
This topic starts where Saving files locally using Blob & msSaveBlob left off, and demonstrates how to save files of arbitrary size locally by using Indexed Database API. |