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

Should backslashes be forbidden?

Open inexorabletash opened this issue 7 years ago • 0 comments

Chrome is inconsistent here across platforms. On Linux at least, a file a-\-b is allowed and can be uploaded. On Windows such a file is blocked.

The spec right now declares a backslash invalid in paths, and so getFile()/getDirectory() throw.

inexorabletash avatar Oct 11 '17 18:10 inexorabletash