- From: <bugzilla@jessica.w3.org>
- Date: Mon, 28 Sep 2015 15:21:14 +0000
- To: public-html-admin@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29154 Bug ID: 29154 Summary: HTMLInputElement proposed getFilesAndDirectories() method Product: HTML WG Version: unspecified Hardware: PC OS: All Status: NEW Severity: normal Priority: P2 Component: HTML5 spec Assignee: dave.null@w3.org Reporter: arun@arunranga.com QA Contact: public-html-bugzilla@w3.org CC: mike@w3.org, public-html-admin@w3.org, public-html-wg-issue-tracking@w3.org Target Milestone: --- In order to enable Directory Upload via the HTMLInputElement, Mozilla and Microsoft propose a change: the addition of the getFilesAndDirectories() method, initially proposed in the WICG. https://wicg.github.io/directory-upload/proposal.html#dom-htmlinputelement-getfilesanddirectories This method is also defined in the FileSystem API, on the Directory object: http://w3c.github.io/filesystem-api/#widl-Directory-getFilesAndDirectories-Promise-FileOrDirectorySequence These provide asynchronous ways of navigating user-selected files and directories. This bug is to specify getFilesAndDirectories on the HTMLInputElement. -- You are receiving this mail because: You are on the CC list for the bug.
Received on Monday, 28 September 2015 15:21:18 UTC