WICG / entries-api

Spec defining browser support for file/directory upload by drag-and-drop
https://wicg.github.io/entries-api/
Other
41 stars 9 forks source link

Should "change" fire if files does not change, only webkitEntries? #12

Open inexorabletash opened 8 years ago

inexorabletash commented 8 years ago

From Chrome bug 360412:

If webkitdirectory is specified on an <input type=file> and a directory tree with no ordinary files is picked (or the same ordinary files but a changed directory structure) should "change" fire?

In this case files remains unchanged, although the structure exposed to webkitEntries would be modified.