Skip to content

Commit b82da1f

Browse files
committed
905249: Uploader Changing titles to saving and returning responses
1 parent 3ca81d1 commit b82da1f

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)