sheltermanager / asm3

Animal Shelter Manager
GNU General Public License v3.0
109 stars 67 forks source link

photo uploader: allow multiple files at once #1564

Closed bobintetley closed 1 week ago

bobintetley commented 2 weeks ago

The photo uploader has a file input that is only allowing single items to be chosen. This is not very efficient at all for people who want to upload many images for an animal. It looks like we're using filereader, so we should be able to iterate the chosen files and show thumbnails for everything we uploaded.