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

$('#fileupload').fileupload({...}) is not a function #34

Open
EmadMokhtar opened this issue Sep 3, 2015 · 2 comments
Open

$('#fileupload').fileupload({...}) is not a function #34

EmadMokhtar opened this issue Sep 3, 2015 · 2 comments

Comments

@EmadMokhtar
Copy link

AJAX upload is not working, full postback upload is working.
Note: I'm using Django 1.8.3

screenshot 2015-09-03 10 05 36

@NilsJPWerner
Copy link

A little late, but did you check whether you had a Jquery conflict? I had a similar problem and it was because I had jquery loaded at the bottom of the document while the jfu also imported a copy at the top of its js imports. I just disabled the base jquery include for that page.

@TonMarton
Copy link

I don't see this kind of thing in screenshot, but for me this error vanished, when I changed the {{STATIC}} in the beginning of every static file in the jfu html - to a casual django Static reference like: {% load static %} {% static 'url' %}
But I guess it is due to my faulty url set up. Just a shot. Used Django 1.11.7

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