mgenev / how-to-sane

A demonstration of how to use the SANE stack
http://howtosane.ninja
MIT License
163 stars 22 forks source link

[WIP] Replace Bootstrap file uploader with ember-plupload component #80

Closed IanVS closed 9 years ago

IanVS commented 9 years ago

Using ember-plupload should prevent the files queued for upload from being lost when an album is added, as the upload queue is maintained across routes. (fixes #11)

Remaining work:

IanVS commented 9 years ago

Looks like setting the max-age of the preflight CORS response is not yet possible in Sails: https://github.com/balderdashy/sails/issues/2345#issuecomment-100075124

IanVS commented 9 years ago

@mgenev my next step will likely be to extract the uploader/preview that we've created here into its own component. Do you see any other changes I should make?

mgenev commented 9 years ago

I can't think of any changes right now. Great work so far. I'll probably end up styling as I think of ideas. If you have any you can feel free to revisit it any time.

mgenev commented 9 years ago

thinking of merging and adding improvements as we go forward. any objections?

IanVS commented 9 years ago

Sure, that's fine with me.