remotestorage / starter-kit

The quickest way to get started with a local remoteStorage server and a Hello World app as your starting point
92 stars 9 forks source link

binary example not working #9

Closed michielbdejong closed 10 years ago

michielbdejong commented 10 years ago

followed the instructions from http://remotestorage.io/doc/code/files/baseclient-js.html#RemoteStorage.BaseClient.getFile but doesn't seem to work.

to reproduce, open the binary-example app, upload an image, disconnect, and reconnect. it will fail to display the image that comes in. the blob does say it has the right size, but then the data URI that's constructed is something else like blob:http://localhost:8001/f1427196-0c2d-4ed4-82d6-d2383747d568 (at least in Chrome) and doesn't work.

michielbdejong commented 10 years ago

closing as duplicate of https://github.com/remotestorage/remotestorage.js/issues/635