Dropzone not working inside jquery tabs

I am trying to use dropzone inside a jquery tab.

In the file that the tab invokes, I include dropzone.min.js , dropzone.min.css , basic.min.css . I copied your form code.

I get regular file input, not the drop zone option. In firebug, I see dropzone.min.js being called.

Trying the same code in a standalone html file, everything is fine, except that I do not have the style that you have.

Could this not work inside the tab? Doesn't make sense to me.

+6
source share
1 answer

You can try to initialize it programmatically rather than using a form:

http://www.dropzonejs.com/#create-dropzones-programmatically

Remember to configure the URL for Action ...

Hello,

0
source

All Articles