Closed seanpdoyle closed 8 years ago
When FakeFile#read is invoked, return an RSVP promise that returns the data URI for a 1x1 transparent pixel.
FakeFile#read
RSVP
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!
When
FakeFile#read
is invoked, return anRSVP
promise that returns the data URI for a 1x1 transparent pixel.