jaysalvat / ezdz

A jQuery plugin to turn any standard input type file into a nice drag & drop zone with validators and previews.
MIT License
89 stars 36 forks source link

Multiple uploads? #18

Closed debonx closed 8 years ago

debonx commented 8 years ago

How could I allow multiple uploads with multiple previews? Thanks

jaysalvat commented 8 years ago

Hello. Don't really understand the question. Use different ids or classes as selector.

debonx commented 8 years ago

I mean multiple files into the same div.

jaysalvat commented 8 years ago

Ezdz can only handle one upload at a time. The multiple attribute can't be used here. Sorry.

debonx commented 8 years ago

Ok, thank you for the explanation!