Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DropZone is only show square #16

Open
DianDN opened this issue Mar 8, 2018 · 1 comment
Open

DropZone is only show square #16

DianDN opened this issue Mar 8, 2018 · 1 comment

Comments

@DianDN
Copy link

DianDN commented Mar 8, 2018

I use dropzone from perminder-klair/yii2-dropzone but why drop zone is only show the square?
Like this

untitled

@dragos-popescu
Copy link

From your screenshot, I believe it's the same issue I had. 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;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants