Hosted files in Chrome with the File:// extension do not support FileReader()
Closed this issue · 1 comments
shalecraig commented
According to the chrome security guidelines, you can't use filereader on local files while using chrome with the file accessed via the file:// protocol. This causes the plugin to fail silently.
Steps to Repro:
- Open up demo.htm on chrome by using file->open. (or by dropping it into the window)
- Drag and drop from your desktop.
Expected:
Normal behaviour. File is dropped/etc.
Actual:
Fails silently.
MrSwitch commented
Interesting, but not a scenario i would consider relevant. Sorry.Hope your enjoying the shim though