Issue
I have an issue with multiple input file selection on android, I use input HTML form like this.
<input type="file" id="multipleLocalFilesSelector" nv-file-select uploader="uploader" multiple="multiple" accept="image/jpeg,image/png" style="visibility:hidden">
everything works fine except the multiple attribute. I couldn't find any way to be able to select multiple file, it keep making me select single file. Does anyone have solution for this ?
Solution
This feature seems not to be supported on Android Browsers:
http://caniuse.com/#feat=input-file-multiple
Answered By - kabaehr
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.