0
Guys I’m trying to upload an IMG to my application in php, on the pc I can select several files, but on the mobile I can only select one. * I use android
0
Guys I’m trying to upload an IMG to my application in php, on the pc I can select several files, but on the mobile I can only select one. * I use android
4
According to the kennel is not supported by the native browser of Android, the only one who supports "partially" is the Chrome for Android.
There is not much to do outside this, however depending on your need you can create an application for Android own and use EXTRA_ALLOW_MULTIPLE, requires API level 18 (Android 4.3), to select multiple files.
Browser other questions tagged php html android
You are not signed in. Login or sign up in order to post.