JQuery file upload plugin: Different containers for uploading / downloading templates?

I am using the jquery file upload plugin to upload multiple files. I adapted it for the Zurbs Foundation Framework, added a database connection and sorted uploaded images using drag and drop.

Everything basically works fine, but I'm wondering if there is an easy way to render and unload and load templates into different dom elements so that I can use, for example, modal for preview?

There is the filesContainer " option , but it is used for both riding and the loading template.

Any help or idea is welcome to point me in the right direction. Thank you

+4
source share

All Articles