I'd like to know how to trigger the Dropzone.js' default file upload input? It's not as simple like this:
window.dropCloud = = new Dropzone("#dropCloud", {...});
$(window.dropCloud.clickableElements[0]).trigger("click");
Now i don't have any ideas. Anyway the whole #dropCloud
container is hidden, if it matters.