-
-
Notifications
You must be signed in to change notification settings - Fork 8k
Multiple File Selection Does Not Work For Android 4.04 and 4.3 #3288
Comments
I tried it on Sony Xperia phone and it doesn't work. |
Sorry, but my original answer was based on false data. However this doesn't seem to be the case, as also highlighted by the following issue posts: Generally speaking, Android doesn't seem to support multiple file selection no matter the browser version: |
Update on the Andriod Multiple file selection: According to the following, Android API18 introduced Intent extra :EXTRA_ALLOW_MULTIPLE "Android JellyBean MR2 (API 18) introduced an Intent extra which tells the https://code.google.com/p/chromium/issues/detail?id=348912 In order to make Multiple file selection work in Android,
Android chrome has problem with input type="file" multiple , the bug is fixed in Chromium. https://code.google.com/p/chromium/issues/detail?id=348912 I don't know whether input type="file" multiple will work in android firefox or opera. blueimp Do you have any idea what Android app will use "EXTRA_ALLOW_MULTIPLE"?Thanks! |
Thanks a lot for the detailed information, @marsleebrenda! It's very much appreciated. |
Another Update on Chromium( Chrome multi file selection) The multiple file selection has been added to Chromium.(no beta yet)
I search all over the web and someone have suggested "Google Photos app for Android" and "File Selector/Explorer". Maybe there 're more apps will work. I guess some apps in google play will work, To see what functions and methods got changed on Android Chrome, go to Look for "Changed paths" I have checked the tree in 92a80fefb8b288e63e50a6b24f1ad473f076f42e Download Link for android chrome with multiple-file selection The download zip file, "chrome-android.zip" contains Contentshell.apk and ChromeShell.apk. Any volunteer want to try??? Thanks! |
Another Update on the Chrome multiple upload Status |
That's great news! Thanks for the continued update, @marsleebrenda! 👍 |
I have applied jqueryfileupload successfully in a website.
In windows XP /7/vista, I can select multiple files by hitting control key and clicking mouse's left button.
But, in the Android 4.04 and 4.3, I can't find a way to select multiple files.
In android 4.04/4.3 , after hitting "add files", it will pop a list of file pickers in OS such as gallery, file manager, astro,etc.
But none of the file pickers in Andrioid seem to able to select multiple files.
I can select one file, but not multiple files.
I 've tried android Chrome and firefox, and Multi file selection does not work
The text was updated successfully, but these errors were encountered: