gkuhn1 / django-admin-multiupload

Multi file upload for django-admin app
71 stars 64 forks source link

Error in production #29

Open Nifled opened 6 years ago

Nifled commented 6 years ago

Hi there, thank you for doing this. I've been testing this out in dev for a few days now and decided to implement this in a personal page I have in production. Anyways, for some strange reason, this line is giving me a heck of a lot of trouble:

File: multiupload/templates/multiupload/upload.html

Line 28: <!--[if gte IE 8]><script src="{% static 'jquery/jquery.xdr-transport.js' %}"></script><![endif]-->

In my logs, I get something similar to missing static file manifest for jquery/jquery.xdr-transport.js. I've been looking through the static files for the package and don't see this file anywhere. Any idea on what's going on?

For the moment, I decided to comment out that line and it seems to be running smoothly now. I'm not really supporting IE 😆 , but I'd like to know what causes this.