Dropzone only works on the element itself i have an SPAN tag inside my button, and when i click on the text it won't trigger click on parent element which dropzone is attached to. i tried the following but it doesn't work!
$('.dropzone').click();
and also this
$('.dropzone').trigger('click');