How to disable clickable the form with Dropzone.js?

后端 未结 10 973
孤城傲影
孤城傲影 2020-12-29 08:39

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:

$(\'.         


        
10条回答
  •  遥遥无期
    2020-12-29 08:53

    There is an option field on the Dropzone object called clickable that defaults to 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.

提交回复
热议问题