We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I use dropzone from perminder-klair/yii2-dropzone but why drop zone is only show the square? Like this
The text was updated successfully, but these errors were encountered:
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;
Dropzone.autoDiscover = false;
Sorry, something went wrong.
No branches or pull requests
I use dropzone from perminder-klair/yii2-dropzone but why drop zone is only show the square?
Like this
The text was updated successfully, but these errors were encountered: