jQuery-File-Upload icon indicating copy to clipboard operation
jQuery-File-Upload copied to clipboard

Multiple File Selection Does Not Work For Android 4.4 (opera, firefox, chrome)

Open feratechinc opened this issue 11 years ago • 2 comments
trafficstars

The ability to select multiple files does not work on Android 4+

Tried 3 different browsers. Opera Firefox Chrome

On all 3 you can only select 1 file at a time. You need to go back, select another file and so on. This use to work previously and through the Gallery App multiple images could be selected with a check mark.

feratechinc avatar Dec 11 '13 01:12 feratechinc

I could confirm this with a Nexus 7 (2012) and Android 4.4.2. However, this also happens with a simple standard file input with multiple property set, as I could also reproduce this with this simple demo: http://fiddle.jshell.net/QC5e4/show/ http://jsfiddle.net/QC5e4/

Therefore this seems to be an OS limitation introduced by one of the last Android versions.

blueimp avatar Dec 12 '13 08:12 blueimp

https://code.google.com/p/android/issues/detail?id=2519 As you can see by comments for android bug it never works.

frontenddeveloping avatar Jun 20 '14 10:06 frontenddeveloping