gkuhn1 / django-admin-multiupload

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

Compatibility with imagekit? #15

Closed mspl13 closed 9 years ago

mspl13 commented 9 years ago

Hey. I'm trying to use your app with the django-imagekit which I use to generate thumbnails. When I only use multiupload, everything works fine. When I only use django-imagekit to cache and display thumbnails everything works fine, too. But when I use both I always get an "OSError - decoder jpeg not available" error. Is there a way to fix this? If needed I could also provide some code of mine.

Edit: Since I got no answer here I also opened an (more detailed) issue in the imagekit repo. You can see it here: https://github.com/matthewwithanm/django-imagekit/issues/328

mspl13 commented 9 years ago

Due to the fact that this issue was mainly caused by a broken database, I'm sorry that I made a false Issue report. I will close it because of this.