[directory-upload] Removed dependency on FileSystem API (#21)

Removed the dependency on FileSystem API, since I think the order of implementations is:

1. File API
2. Directory Upload as a separate spec; should be released alongside changes to HTMLInputElement, which are changes to the HTML spec.
3. FileSystem API, which extends concepts in 2. above.

Note that instead of a per-origin Directory Tree, we now work off a temporary directory tree, which is conceptually more accurate.
You can view, comment on, or merge this pull request online at:

  https://github.com/WICG/directory-upload/pull/21

-- Commit Summary --

  * Removed dependency on FileSystem API

-- File Changes --

    M proposal.html (158)

-- Patch Links --

https://github.com/WICG/directory-upload/pull/21.patch
https://github.com/WICG/directory-upload/pull/21.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/WICG/directory-upload/pull/21

Received on Tuesday, 3 November 2015 00:17:30 UTC