I have to use dropzone.js form, which sends a couple of inputs and a file upload info to the other page.
My dropzone code looks like this -- >
Dropzone.
The documentation says to set the option: "clickable: true", but...
My problem was I had added visible markup within the upload form (box). If you want every point in the box to be clickable, you can't include any other visible markup in your view, you need to add it to the option "dictDefaultMessage."