-
Notifications
You must be signed in to change notification settings - Fork 94
Multiple image upload does not work in Safari on iOS or macOS #193
Comments
Probably related to/duplicate of #45. Interestingly, Chrome on android was reported as working there. |
Update on this, it's definitely still an issue but in fact does work on Chrome for Android (I was having js caching problems). Safari on iOS12 definitely does not work though. It will upload successfully usually 2 photos and then just stop. |
Splitting this to Safari. We'll continue to track the Firefox issue in #45. |
@ildyria are you referring to the latter answers to the question, the ones about how every image gets uploaded as image.jpg? It does in fact look like the same problem seems to affect the macOS version of Safari. So changing the title. |
@mjoras well that is one problem but also the fact that it is inconsistent :( |
Since I can infact reproduce it on a laptop with the macOS version of Safari, is there any useful debug logging or otherwise I could provide? I'm unfortunately pretty useless with web development but I can be a debug monkey. |
For multiple file upload, I am having problem on Safari installed on Mac Sierra version. TypeError: function is not a constructor (evaluating 'new DataTransfer') Could any one of you tell me, if any work around is there? |
Detailed description of the problem
Uploading multiple images does not seem to work on either iOS or Android.
Steps to reproduce the issue
Try to upload a photo, select multiple.
What actually happens varies based on the browser. For Safari on iOS 12 it shows all of the images in the upload dialog, but only uploads/processes the first one and then hangs (with no output for other images).
Fiefox on Android simply only lets you select one image.
Chrome on Android lets you select one image, uploads it successfully, and then does nothing (but does not show the other images in the upload dialog like Safari).
Output of the diagnostics (Settings => Diagnostics)
Browser and system
Safari on iOS 12. Firefox 64 on Android. Chrome 71 on Android.
The text was updated successfully, but these errors were encountered: