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
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.
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
AJAX upload is not working, full postback upload is working.
Note: I'm using Django 1.8.3
The text was updated successfully, but these errors were encountered: