How does the mobile input type file make him have to choose singles?

when I click on < input type=file / > on the mobile terminal, I can choose more than one photo when it pops up to select a photo. How to make it single-select? it is not based on the judgment made after onchange. When I want to choose, I can only select

.
Sep.25,2021

the default is radio bar

If you are worried, add multiple= "false" to try?

<input type="file" multiple="false" />
Menu