entries-api icon indicating copy to clipboard operation
entries-api copied to clipboard

Spec defining browser support for file/directory upload by drag-and-drop

Results 15 entries-api issues
Sort by recently updated
recently updated
newest added

In Chrome, if you drop a folder named `upload` it is given the full path `/upload` From the **DirectoryEntry**, if you call `getFile()` with absolute paths you get different results:...

API Cleanup

The specification is filled with webkitFoo (`webkitGetEntry`, `webkitDirectory`...) stuff, why not unprefix and keep a prefixed version as an alias?

API Cleanup

From Chrome [bug 360412](https://bugs.chromium.org/p/chromium/issues/detail?id=360412): If `webkitdirectory` is specified on an `` and a directory tree with no ordinary files is picked (or the same ordinary files but a changed directory...

API Cleanup

See notes in https://github.com/whatwg/html/issues/217 and elsewhere

Spec TODOs

It seems to be intended here that errors within these callbacks are reported, rather than rethrown. Making an explicit choice is now required. The argument list is now also wrapped...