knownasilya / ember-plupload

Ember component for handling uploads using plupload
MIT License
87 stars 53 forks source link

Make `FakeFile` respond to `read` #51

Closed seanpdoyle closed 8 years ago

seanpdoyle commented 8 years ago

When FakeFile#read is invoked, return an RSVP promise that returns the data URI for a 1x1 transparent pixel.

tim-evans commented 8 years ago

Solved by https://github.com/tim-evans/ember-plupload/pull/61.

I'll add some documentation on this in the README, but it should solve for your problem. Cheers!