MLTSHP / mltshp

Source for the application that runs mltshp.com
https://mltshp.com/
Mozilla Public License 2.0
50 stars 21 forks source link

Updating file input fields with accept attribute #642

Closed bradchoate closed 3 years ago

bradchoate commented 3 years ago

Fixes an issue with Safari, and hopefully will help resolve cases where people upload invalid/unsupported images.

spaceninja commented 3 years ago

Side note: If you wanted to just accept all image types, you can use the image/* shorthand. https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/accept

bradchoate commented 3 years ago

I'm aware. I don't want to accept all image formats. We don't support all image formats.