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
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