Hello.
I've run into a problem when trying to make a simple image uploader for my website. This error seems to only occur on iPhone 6 Plus, with about 50-90% chance of encountering the bug. But apparently not on all iPhone 6 Plus.
I've tested with 4 different iPhone 6 Plus now, all with same iOS, but different models. It works perfectly on model "MGAH2QN/A" but not on model "MGA92QN/A" and "MGAE2QN/A". Other than that, and the working phone use English language and the not working uses Danish language, I can't seem to find any differences between the devices.
I've tested with both Safari and Google Chrome. They both encounter the same error.
When trying to upload an image on the phone via a browser, it has a tendency to say "The website was reloaded due to an error". Using this website http://www.wufoo.com/html5/types/14-file.html I've been able to reproduce the error about 50-90% of the chance when uploading an image.
When uploading image choose camera, and take a new photo. Then try to upload. It only crashes when using the normal camera. Using the selfie camera doesn't cause the crash.
Personally I'm using following code for the upload:
<input id="TestImage" type="file" accept="image/" multiple name="">
Basically I'm curious about;
Does anyone know a fix ?
Is Apple aware of this issue, and if they are, will it be fixed in the future ?
Since this is my first post I might have left out some details. Please feel free to ask.