This commit is contained in:
Wiesław Šoltés 2022-02-08 23:23:19 +01:00
Родитель 7a93fe0048
Коммит 58c8dcd0ce
1 изменённых файлов: 1 добавлений и 6 удалений

Просмотреть файл

@ -1,13 +1,8 @@
@page "/"
@using BlazorDemo
@using System.IO
<!--
<input id="file" multiple="" accept=".txt,.json" style="position:absolute;top:-100px" type="file">
-->
<InputFile OnChange="@LoadFiles"
id="file"
id="file"
multiple="@_allowMultiple"
webkitdirectory="@_openFolder"
accept="@_filter"