blob: c139aef983d333028a1ca6a039be1748e6dffab0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
@page "/Upload"
<link rel="stylesheet" href="@(nameof(HyperBooru)).styles.css"/>
<div id="dropzone">
<p>Drag a file to upload it</p>
<input type="file" accept="image/*"/>
</div>
@code {
}
|