awcodes / filament-curator

A media picker plugin for Filament Panels.
MIT License
343 stars 89 forks source link

Fix - upload image with uppercase extensions #528

Closed mbenjamins closed 3 months ago

mbenjamins commented 3 months ago

There was an issue where images with uppercase extensions (such as .JPG and .PNG) were not being recognized correctly. This has been resolved by converting the extensions to their mime types, ensuring they are processed correctly regardless of whether the extension is in uppercase or lowercase.

awcodes commented 3 months ago

Thanks. 😀