+ 2
How to make a file input upload the original image file instead of forcing conversion to jpeg on IOS?
I have a form that only accepts image files, and it will be saved to blob storage. When testing, it works well on a computer and Android, but it fails when using iOS Safari. I noticed that any image file will be converted to JPEG. Could this be the reason why it is failing?
1 Réponse
+ 4
Perhaps an additional permission from the iOS user is required.
For more help will be needed the code.