Files
fxl.codes.kisekae/Views/Home/Index.cshtml
T
2021-10-02 15:18:07 -06:00

8 lines
224 B
Plaintext

@{
ViewData["Title"] = "Home Page";
}
<form enctype="multipart/form-data" method="post" asp-action="LoadConfiguration">
<input type="file" name="file">
<input class="btn" type="submit" value="Upload">
</form>