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

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

Open
nitinprajapati1404 opened this issue Aug 25, 2016 · 2 comments
Open

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

nitinprajapati1404 opened this issue Aug 25, 2016 · 2 comments

Comments

@nitinprajapati1404
Copy link

nitinprajapati1404 commented Aug 25, 2016

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

error

@nitinprajapati1404 nitinprajapati1404 changed the title I am not getting I am not getting Browse option and not able to click Aug 25, 2016
@terlogamu
Copy link

i am too

@dragos-popescu
Copy link

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;

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

3 participants