Skip to content

Commit 6a5b4d1

Browse files
committed
83631: Provide support for catch the returned response body in upload
1 parent 0bedc32 commit 6a5b4d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ej2-asp-core-mvc/uploader/EJ2_ASP.MVC/async.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ public void Save()
169169

170170
### Server-side configure save action to returned response
171171

172-
The following example demonstrates how the server-side action for saving the file in server to returned response in JSON, String and file type datas
172+
The following example demonstrates how the server-side action for saving the file in server to returned response in JSON, String and file type data's.
173173

174174
```c#
175175
[AcceptVerbs("Post")]

ej2-asp-core-mvc/uploader/EJ2_ASP.NETCORE/async.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ public void Save(IList<IFormFile> chunkFile, IList<IFormFile> UploadFiles)
204204

205205
### Server-side configure save action to returned response
206206

207-
The following example demonstrates how the server-side action for saving the file in server to returned response in JSON, String and File type datas.
207+
The following example demonstrates how the server-side action for saving the file in server to returned response in JSON, String and File type data's.
208208

209209
```c#
210210
[AcceptVerbs("Post")]

0 commit comments

Comments
 (0)