Working a bit
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
ViewData["Title"] = "Home Page";
|
||||
}
|
||||
|
||||
<div class="text-center">
|
||||
<h1 class="display-4">Welcome</h1>
|
||||
<p>Learn about <a href="https://docs.microsoft.com/aspnet/core">building Web apps with ASP.NET Core</a>.</p>
|
||||
</div>
|
||||
<form enctype="multipart/form-data" method="post" asp-action="LoadConfiguration">
|
||||
<input type="file" name="file">
|
||||
<input class="btn" type="submit" value="Upload">
|
||||
</form>
|
||||
Reference in New Issue
Block a user