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

Problem with utf-8 symbols #39

Open Andrey9300 opened 3 years ago

Andrey9300 commented 3 years ago

When upload folder with russian symbols, such as 'й', webkitRelativePath returned not correct symbol.

Example: https://jsfiddle.net/b14a2oup/3/ Video: https://drive.google.com/file/d/1inyCU4ny11Ks4yJMyJTaFPzwnC0CA-3D/view?usp=sharing

inexorabletash commented 3 years ago

This sounds more like an implementation issue rather than specification issue, unless all browsers are behaving the same way for compatibility. Even then, fixing this seems plausible.

Are you seeing this in all browsers, or just Chrome?

inexorabletash commented 3 years ago

Also, it looks like you're using macOS. Did you compare behavior across operating systems?