inventare / django-image-uploader-widget

A beautiful image uploader widget for django and django-admin
https://inventare.github.io/django-image-uploader-widget/
MIT License
53 stars 5 forks source link

upload images with ArrayField #205

Open nekodevjp opened 1 day ago

nekodevjp commented 1 day ago

Hello, congratulations on the work of this beautiful image upload for Django.

I'm using ArrayField to upload more than one image, but it is allowing upload of other formats. I checked the documentation, but I couldn't implement it for ArrayField following the guidance of Widget and Inline Admin.

image

EduardoJM commented 15 hours ago

Hello, Thanks =)

This is a known issue, related on discussion #198 and on issue #199. I will close the #199 because here is better described and in this week i will work on this issue.

nekodevjp commented 14 hours ago

Thanks again!