You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
recently I discovered that I'm not able to select and upload multiple files on Android. I tested on an recent model Android phone and were not able to select more than one file at a time. I used plupload version 2.3.1. It seems to work fine on my desktop PC (Linux / Windows) and it works fine on an iPhone 7 as well.
Android shows a file browser and I do see a gallery with multiple thumbs (a grid of thumbs). It shows small circles in one corner, suggesting an option to select multiple files. But after touching the screen at the location of one thumb, and "holding" the finger at the thumb in order to select multiple thumbs (photos), it just proceeds the selection and starts uploading. I've tested this at another (not mine) website and it shows the same behavior. I also tested at: http://www.plupload.com/examples/ and this shows the same problem, I can just select one file at a time.
If necessary I can post my Javascript code and Android version. I'm wondering if I'm doing something wrong, or is this a bug in the library, or is the Android system not supporting multiple file upload?
Kind regards
The text was updated successfully, but these errors were encountered:
I have the same issue.
Android 7.0.0 with Chrome 58.0.3029.83 that only one photo pre-load after selecting multiple ones..
iOS with Safari and Chrome doesn't have any issues.
This is also true for a lot of older mobile browsers who do not support the 'multiple' attribute of the input='file' element. Browsers who do support it sometimes don't fare well with the 'accept' attribute. And indeed that is before the file selection pickers on android. Some are just not capable of selecting multiple files for a given multiple input, while an other might.
Hi,
recently I discovered that I'm not able to select and upload multiple files on Android. I tested on an recent model Android phone and were not able to select more than one file at a time. I used plupload version 2.3.1. It seems to work fine on my desktop PC (Linux / Windows) and it works fine on an iPhone 7 as well.
Android shows a file browser and I do see a gallery with multiple thumbs (a grid of thumbs). It shows small circles in one corner, suggesting an option to select multiple files. But after touching the screen at the location of one thumb, and "holding" the finger at the thumb in order to select multiple thumbs (photos), it just proceeds the selection and starts uploading. I've tested this at another (not mine) website and it shows the same behavior. I also tested at: http://www.plupload.com/examples/ and this shows the same problem, I can just select one file at a time.
If necessary I can post my Javascript code and Android version. I'm wondering if I'm doing something wrong, or is this a bug in the library, or is the Android system not supporting multiple file upload?
Kind regards
The text was updated successfully, but these errors were encountered: