perminder-klair / yii2-dropzone

DropzoneJs Extention for Yii2
51 stars 27 forks source link

I am not getting Browse option and not able to click #12

Open nitinprajapati1404 opened 8 years ago

nitinprajapati1404 commented 8 years ago

I am getting only square. I am not able to click on it. i have did steps which are given in read me.

error

terlogamu commented 6 years ago

i am too

dragos-popescu commented 6 years ago

From your screenshot, I believe it's the same issue I had. I see you have 2 javaScript errors. They probably are "No URL provided." and "Dropzone already attached" . I found the fix in the documentation http://www.dropzonejs.com/

// Disabling autoDiscover, otherwise Dropzone will try to attach twice. Dropzone.autoDiscover = false;

So all you need to do is add this line of code in a JavaScript file: Dropzone.autoDiscover = false;