Skip to content

Commit d28f5ab

Browse files
authored
Merge pull request #2915 from syncfusion-content/83631-dev2
83631: Provide support for catch the returned response body in upload
2 parents b99ae59 + 22c11e4 commit d28f5ab

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 configure save action to returned response
170+
### Server-side configuration for saving and returning responses
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 data's.
172+
The following example demonstrates the server-side action for saving files on the server and returning responses in JSON, String, and File formats.
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 configure save action to returned response
205+
### Server-side configuration for saving and returning responses
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 data's.
207+
The following example demonstrates the server-side action for saving files on the server and returning responses in JSON, String, and File formats.
208208

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

0 commit comments

Comments
 (0)