How to make a file input upload the original image file instead of forcing conversion to jpeg on IOS? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

29th Nov 2023, 8:47 AM
Christian Lance Miranda
1 Answer
+ 4
Perhaps an additional permission from the iOS user is required. For more help will be needed the code.
29th Nov 2023, 9:19 AM
JaScript
JaScript - avatar