Hi,
I am study FileReader in HTML5.
And I followed tutorials in http://www.html5rocks.com/tutorials/file/dndfiles/.
Now, I am trying the "Reading files" example in this tutorial.
The problem is that, when i use a FileReader to read a image in my local files, NOT_READABLE_ERR returns.
1. when i try the tutorial online, it's ok and images are displayed.
2. i downloaded the tutorial page, and run it in my computer, NOT_READABLE_ERR returns.
3. all above are implemented in Chrome browser.
4. So, I opened the local page in FireFox, it worked.
Now, anybody can give me an idea about this case?