Skip to content
This repository was archived by the owner on Jun 3, 2020. It is now read-only.

Latest commit

 

History

History

Using the File APIs

A Dart port of the Files API examples used in the Reading files in JavaScript using the File APIs article by Eric Bidelman, originally published on HTML5Rocks.

The examples show how to select a file using a form input, or using drag and drop. See how you can slice a file in separate byte range chunks for efficient uploading, and monitor progress while uploading a file.

Please report any bugs or feature requests.