Slide 12
Slide 12 text
Client / 4 - Notes and Caveats
● IE 10+ Uses native XHR2 upload, CORS
● Possible to support older browsers with extra code
● Basic drag-n-drop thanks to Chrome/Firefox
● Pusher is available to the controller via an initializer,
fancier solutions like ember-pusher exist
● Support for drop file outside of add image button also
possible, not implemented in example
● You might want to use separate arrays for the existing
images and the ones under upload, moving them from
one list to the other on complete