Как ограничить выбор input type="file" из "all files (*.*)" в HTML-файле?
Ниже приведен код, разрешающий xlsx с "All Files(*.*)". Как ограничить в браузере Chrome?
<input #myInput id="files" type="file" (change)="incomingfile($event)" placeholder="Upload file" accept=".xlsx">
Что я уже пробовал:
Ниже кода я попробовал.
<input #myInput id="files" type="file"(change)="incomingfile($event)" placeholder="Upload file" accept=".xlsx">
DaveAuld
Вы пробовали также установить тип mime в accept? Видишь это https://stackoverflow.com/questions/4328947/limit-file-format-when-using-input-type-file