Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple file upload on Android phone not working #1470

Open
jpostema81 opened this issue Apr 10, 2017 · 4 comments
Open

Multiple file upload on Android phone not working #1470

jpostema81 opened this issue Apr 10, 2017 · 4 comments

Comments

@jpostema81
Copy link

jpostema81 commented Apr 10, 2017

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

@runtim
Copy link

runtim commented Jun 5, 2017

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.

@runtim
Copy link

runtim commented Jun 5, 2017

This appears to be a file picker issue on Android. Using the stock picker, I was able to upload multiple files now.

@jayarjo
Copy link
Contributor

jayarjo commented Aug 18, 2017

We do not constrain file selection on Android in any way. Also we cannot affect default file picker.

@PreachedMeat
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants