MrSwitch/dropfile

Hosted files in Chrome with the File:// extension do not support FileReader()

Closed this issue · 1 comments

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:

  1. Open up demo.htm on chrome by using file->open. (or by dropping it into the window)
  2. Drag and drop from your desktop.

Expected:
Normal behaviour. File is dropped/etc.

Actual:
Fails silently.

Interesting, but not a scenario i would consider relevant. Sorry.Hope your enjoying the shim though