gkuhn1 / django-admin-multiupload

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

Great Multiupload #13

Closed python-force closed 7 years ago

python-force commented 9 years ago

Hello,

Would like to tell you that's great multiupload.

It works on the iphone and ipad but with 1 problem, it recognizes each photo with name "image", so when you select 10 photos all are named 'image' and then when you upload them it rewrites the same file so you have 10x same images. image

Thank you. Great job

gkuhn1 commented 7 years ago

This logic to rewrite the same file is inside the FileSystemStorage you are using. It is not part of the multiupload library. If you still need help, let me know.

python-force commented 7 years ago

Apologies I have already solved that long time ago with aws storages, Thank you