I try to upload multiple file with select file on Android Mobile but i can not select with particular multiple file, i used multiple-form/data
and
multiple="multiple"
properties of text fields in PHP
try this:
<input type="file" name="files[]" multiple="multiple" />