dzhuang / django-galleryfield

Django GalleryField with AJAX form widgets for multiple images upload with progress bar and arbitrarily ordering.
MIT License
34 stars 6 forks source link

Bug: Ordering is missing in demo #64

Open ShmuelTreiger opened 1 month ago

ShmuelTreiger commented 1 month ago

Hi!

I'm running the demo and it seems the ordering is missing.

image

Or else if I'm doing something wrong, please let me know. I just followed the instructions exactly.

dzhuang commented 1 month ago

Do you mean order by file names? That's not a feature of the package because Blueimp fileupload does not have this feature. For ordering, the related feature is about drag N drop to order the images.

ShmuelTreiger commented 1 month ago

Yes, I meant the drag and drop. The arrows on the right in your picture were missing:

https://raw.githubusercontent.com/dzhuang/django-galleryfield/main/demo/static/demo/screen_upload.png

Or were they removed and I can drag and drop without them?

dzhuang commented 1 month ago

Thanks for reporting this issue.