You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
I am getting only square. I am not able to click on it.
i have did steps which are given in read me.
The text was updated successfully, but these errors were encountered: