Skip to content

Commit 0bedc32

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,9 @@ public void Save()
167167
}
168168
```
169169

170-
### Server-side configuration for save action with returned response
170+
### Server-side configure save action to returned response
171171

172-
Here’s how to handle the server-side action for saving the file in server with returned response.
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
173173

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,9 @@ public void Save(IList<IFormFile> chunkFile, IList<IFormFile> UploadFiles)
202202

203203
```
204204

205-
### Server-side configuration for save action with returned response
205+
### Server-side configure save action to returned response
206206

207-
Here’s how to handle the server-side action for saving the file in server with returned response.
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.
208208

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

0 commit comments

Comments
 (0)