Update Index.razor
This commit is contained in:
Родитель
7a93fe0048
Коммит
58c8dcd0ce
|
@ -1,13 +1,8 @@
|
||||||
@page "/"
|
@page "/"
|
||||||
@using BlazorDemo
|
|
||||||
@using System.IO
|
@using System.IO
|
||||||
|
|
||||||
<!--
|
|
||||||
<input id="file" multiple="" accept=".txt,.json" style="position:absolute;top:-100px" type="file">
|
|
||||||
-->
|
|
||||||
|
|
||||||
<InputFile OnChange="@LoadFiles"
|
<InputFile OnChange="@LoadFiles"
|
||||||
id="file"
|
id="file"
|
||||||
multiple="@_allowMultiple"
|
multiple="@_allowMultiple"
|
||||||
webkitdirectory="@_openFolder"
|
webkitdirectory="@_openFolder"
|
||||||
accept="@_filter"
|
accept="@_filter"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче