lifenautjoe / droppable

A javascript library to give file dropping super-powers to any HTML element.
https://lifenautjoe.github.io/droppable
MIT License
204 stars 13 forks source link

Fixed file input attribute multiple #32

Closed hanc2006 closed 4 years ago

hanc2006 commented 4 years ago

The multiple attribute is a Boolean attribute. To work for limit single file upload should be omitted in the input HTML.

lifenautjoe commented 4 years ago

Thanks @hanc2006 !