knownasilya / ember-plupload

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

Refresh the uploader on queue change #38

Closed knownasilya closed 9 years ago

knownasilya commented 9 years ago

This solves the issue where the browse button moves around, like if it's at the bottom of the page, and you display the added files, and as you add more files the button moves down. Also solves the problem where you remove all files.

This keeps the browse button and any UI in the dropzone usable.

@tim-evans this is the issue we were talking about in slack.