Skip to content

Commit a8b5e5e

Browse files
Merge pull request #4185 from syncfusion-content/905249-Uploader
905249: Uploader Changing titles to saving and returning responses
2 parents 3ca81d1 + cb96334 commit a8b5e5e

File tree

1 file changed

+3
-2
lines changed
  • ej2-asp-core-mvc/uploader/EJ2_ASP.NETCORE

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,9 @@ public async Task<IActionResult> Save(IFormFile UploadFiles)
141141
return Ok();
142142
}
143143
```
144+
## Saving and returning responses
144145

145-
### Server-side configuration for saving and returning responses
146+
### Server-side configuration
146147

147148
The following example demonstrates the server-side action for saving files on the server and returning responses in JSON, String, and File formats.
148149

@@ -209,7 +210,7 @@ public IActionResult Save()
209210

210211
```
211212

212-
### Client-side configuration for saving and returning responses
213+
### Client-side configuration
213214

214215
The following example demonstrates the client-side action for saving files on the server and returning responses in JSON, String, and File formats.
215216

0 commit comments

Comments
 (0)