Skip to content

Commit 4d95a3a

Browse files
author
Konduru Keerthi Konduru Ravichandra Raju
committed
AWS-S3-Bucket
1 parent 3e9050e commit 4d95a3a

File tree

1 file changed

+1
-1
lines changed
  • Read-and-Save-document/Open-and-save-Word-document/AWS-S3-Bucket/Save-Word-document/Save-Word-document/Controllers

1 file changed

+1
-1
lines changed

Read-and-Save-document/Open-and-save-Word-document/AWS-S3-Bucket/Save-Word-document/Save-Word-document/Controllers/HomeController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ public async Task<IActionResult> UploadDocument()
252252
//Appends paragraph
253253
section.AddParagraph();
254254

255-
//Saves the Word document to MemoryStream
255+
//Saves the Word document to MemoryStream
256256
MemoryStream stream = new MemoryStream();
257257
document.Save(stream, FormatType.Docx);
258258
stream.Position = 0;

0 commit comments

Comments
 (0)