Bug 49624
| Summary: | <input type="file" webkitdirectory> should have an API exposing a DirectoryEntry | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | John Gregg <johnnyg> |
| Component: | WebCore Misc. | Assignee: | John Gregg <johnnyg> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | ap, dmikurube, jonlee, kinuko, tzik |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | OS X 10.5 | ||
John Gregg
The DirectoryEntry should be read-only, rooted at the directory chosen by the user. This will allow easier navigation of the hierarchy by script, and show empty directories which will not be represented in the FileList because they contain no files.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Kinuko Yasuda
*** This bug has been marked as a duplicate of bug 76809 ***