Reputation: 158
I need multiple instances of drag and drop file upload options on single page. I searched but couldn't find the one. Can anyone of you please guide me towards some useful resource.
I tried with many drag and drop libs. They all are working fine with single drag and drop instance.But when I try to make it work for more than one g and drop instance. It doesn't work.
Upvotes: 1
Views: 876
Reputation: 4168
I think this will help you. https://github.com/valums/file-uploader
It has drag and drop and allows multiple instances.
Upvotes: 2
Reputation: 25701
jQuery filedrop plugin should work with multiple instances on the same page, so long as you initiate it multiple times, referencing separate DOM elements for each instance.
Upvotes: 0