diff --git a/ej2-javascript/uploader/async.md b/ej2-javascript/uploader/async.md index d23efde62..50f118938 100644 --- a/ej2-javascript/uploader/async.md +++ b/ej2-javascript/uploader/async.md @@ -165,8 +165,9 @@ public async Task Save(IFormFile UploadFiles) return Ok(); } ``` +## Saving and returning responses -### Server-side configuration for saving and returning responses +### Server-side configuration The following example demonstrates the server-side action for saving files on the server and returning responses in JSON, String, and File formats. @@ -233,7 +234,7 @@ public IActionResult Save() ``` -### Client-side configuration for saving and returning responses +### Client-side configuration The following example demonstrates the client-side action for saving files on the server and returning responses in JSON, String, and File formats.