In iOS 12 and 13, when selecting the HTML <input type="file" multiple>
the browser/webview displays three options to upload files: take a photo, select from the photo gallery, or browse the file system.
It's possible to select multiple files using the photo gallery, but if I want to upload other types of files using the browse the file system option, multiple file selection is not possible and I can only select one.
Is this behavior is expected? If it is a bug, is there any walkarounds? In short, how can I handle this on the development side?
There are currently (in iOS 15) two ways to do this. I do not know to what extent this might also work in iOS 12/13.
Choose Files
Drag and Drop
This requires two fingers and maybe a bit of practice ;)