Skip to content

Commit

Permalink
AWS-S3-Bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
KonduruKeerthi committed Jul 1, 2024
1 parent 317791f commit 4079536
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public IActionResult Index()
{
return View();
}
public async Task<IActionResult> CreateDocument()
public async Task<IActionResult> UploadDocument()
{
//Create a new instance of PowerPoint Presentation file
IPresentation pptxDocument = Presentation.Create();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ViewData["Title"] = "Home Page";
}

@{Html.BeginForm("CreateDocument", "Home", FormMethod.Get);
@{Html.BeginForm("UploadDocument", "Home", FormMethod.Get);
{
<div>
<input type="submit" value="Upload Document" style="width:150px;height:27px" />
Expand Down

0 comments on commit 4079536

Please sign in to comment.