When attempting to upload an image file stored on an iPhone running IOS 7 on the Safari browser, regardless of the original image format, the selected image files are always converted to a JPEG.
<input type="file" accept="image/*">
I have attempted to be more specific with the accept
attribute such as image/png
with this fiddle but have not had any luck.
Are there any known solutions, hacks or workarounds to preserve the original image file when uploading?