knownasilya / ember-plupload

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

multiple doesn't prevent dropping multiple files #60

Open raytiley opened 8 years ago

raytiley commented 8 years ago

The multiple property to the component doesn't prevent the user from dropping multiple files, only from selecting multiple using the browser. I think the argument should prevent both, other wise the end user is forced to do some hacking w/ the files service to reject the drop when the additional actions are fired.

I think this should be doable, as soon as I have time I will investigate.

rmcsharry commented 8 years ago

Hello Ray, did you manage to find a solution to this?