I have a problem with the new fakepath feature in iOS. All files got renamed to the path "C:\fakepath\image.jpg".
In previous iOS 6 versions everything worked fine, files had their original name “…/IMG_...”, but one of the last updates seems to break something by introducing this stricter fakepath. I think the problem is following, could someone please confirm?: Uploading .jpgs does still work. Uploading .pngs doesn't. If I do upload a .png file from camera roll (e.g. a screenshot), the filepath is replaced by "C:\fakepath\image.jpg" and is just renamed to an .jpg file (content seems to stay png). I think, the correct fakepath in this case would be "C:\fakepath\image.png". Here starts the trouble.
Is this a bug in mobile Safari? Or is my HTML code buggy (using some GWT magic). Tried it on my device with pure HTML, too - same issue. Is my phone "misconfigured"? I would be happy if somebody could confirm this bug before I implement some server-side magic as workaround. Could not find anything on the internet.
Greets and Thanks!