Can't select multiple files in ionic 3

Hello,I try select multiple files with input file…

This is code :

<input type="file" multiple name="files[]">

When I check in navigateur we I can select multiple files but when I launch application in smartphone android I can’t select multiple files … I can select only one file in android

Code angular:

files: FileList;
public testup(event){ files=event.target.files;}
1 Like

Have you resolved this issue without using imagePicker plugin?

See: How to choose multiple images for ionic app