- Issue created by @ricardopeters
- 🇦🇺Australia acbramley
Thanks for the bug report, this should be easy to add to the existing test coverage.
When a zip file is uploaded containing files with uppercase extensions, they get ignored.
Upload a zip file with a few files like:
file1.jpg
file2.jpg
file3.JPG
file4.JPG
See that only file1.jpg and file2.jpg are uploaded.
Make the extension check case insensitive
Active
1.1
Code
Thanks for the bug report, this should be easy to add to the existing test coverage.