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" />
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b368e8-2b876.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b368e8-2b876.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?