I have a problem with the new fakepath feature in iOS. All files are renamed to the path "C: \ fakepath \ image.jpg".
In previous versions of iOS 6, everything worked fine, the files had their original name "... / IMG _...", but one of the latest updates seems to have broken something by introducing this more stringent fake path. I think the problem is the following, can someone please confirm ?: Downloading .jpg is still working. Download .pngs no. If I download the .png file from the camera roll (for example, a screenshot), the path to the file is replaced with "C: \ fakepath \ image.jpg" and simply renamed to a .jpg file (the contents seem to remain png). I think the correct fake path in this case would be "C: \ fakepath \ image.png". This is where the problem begins.
Is this a bug in mobile Safari? Or my HTML buggy code (using some GWT magic). Tried this on my device with pure HTML, too - the same problem. Is my phone "misconfigured"? I would be happy if anyone could confirm this error before I implement some server-side magic as a workaround. Could not find anything on the Internet.
Greetings and thanks!
source share