I\'m using Dropzone.js to upload files to the server. I setting up my Dropzone maxFiles parameter to 10 and I was tried this:
Dropzone.js
maxFiles
$(\'.
There is an option field on the Dropzone object called clickable that defaults to true.
clickable
true
Depending on your scenario you can either set this to false when you register your Dropzone instance or you can update the value at runtime as needed.
false