The file input doesn't accept .heic, but somehow iOS safari bypasses that and allows users to upload photos from their photo library, which is in .heic format, and it causes the image cropping/processing to silently fail.
We should convert .heic to .png, but in the meantime let's just prevent .heic uploads.
The file input doesn't accept .heic, but somehow iOS safari bypasses that and allows users to upload photos from their photo library, which is in .heic format, and it causes the image cropping/processing to silently fail.
We should convert .heic to .png, but in the meantime let's just prevent .heic uploads.