8 lines
224 B
Plaintext
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> |