Bug 76809

Summary: HTML5 drag-and-drop should support async FileEntry/DirectoryEntry interface for dropped folders/files
Product: WebKit Reporter: Kinuko Yasuda <kinuko>
Component: WebCore Misc.Assignee: Kinuko Yasuda <kinuko>
Status: RESOLVED FIXED    
Severity: Normal CC: ericbidelman, johnnyg, mike, s.choi
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 76826, 82592, 87969, 88293    
Bug Blocks:    

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.