Closed IanVS closed 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
@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?
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.
thinking of merging and adding improvements as we go forward. any objections?
Sure, that's fine with me.
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: