RESOLVED FIXED Bug 76809
HTML5 drag-and-drop should support async FileEntry/DirectoryEntry interface for dropped folders/files
https://bugs.webkit.org/show_bug.cgi?id=76809
Summary HTML5 drag-and-drop should support async FileEntry/DirectoryEntry interface f...
Kinuko Yasuda
Reported 2012-01-22 22:55:28 PST
HTML5 drag-and-drop and <input type="file"> should support FileSystem API-based async interface for dropped folders/files so that the webapps can traverse the dropped directory trees asynchronously (i.e. no blocking operations). The original proposal on whatwg: http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2011-November/033814.html FileSystem API: http://dev.w3.org/2009/dap/file-system/file-dir-sys.html This is an umbrella bug for the feature.
Attachments
Kinuko Yasuda
Comment 1 2012-06-07 04:43:17 PDT
*** Bug 49624 has been marked as a duplicate of this bug. ***
Kinuko Yasuda
Comment 2 2012-06-20 05:08:16 PDT
All patches have been landed now and HTMLInputElement.entries (webkitEntries) and DataTransferItem.getAsEntry() (webkitGetAsEntry) will become available in chromium port for experiments. Further references: http://crbug.com/99823 http://wiki.whatwg.org/wiki/DragAndDropEntries
Note You need to log in before you can comment on or make changes to this bug.