tomitrescak / meteor-uploads

MIT License
295 stars 41 forks source link

Multiple file uploads #192

Closed sho-87 closed 8 years ago

sho-87 commented 8 years ago

I'm using {{> upload_bootstrap}} within my html template. I saw an image in the readme showing multiple file upload support (queue). How do you enable that with the base setup of this package?

I have tried using {{> upload_bootstrap multiple=true}} but it didn't add any queue functionality to the page