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.
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.