HTML multiple file upload

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.

Replies

You need to tap three dots in a circle icon (...) in the title, after taping "Browse". Then tap "Select" from a dropped down menu, select more than one file, then tap "Open" in the title menu. Voila! It's not about code, it's about iOS usability.

Still actual for me, cannot select multiple files through ios safari ; Is there any kind of solution?