knownasilya/ember-plupload

multiple doesn't prevent dropping multiple files

raytiley opened this issue · 1 comments

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.

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