From c8a1617fb404d1ff04292801974681905ec05a63 Mon Sep 17 00:00:00 2001 From: sf4443 <159987806+sf4443@users.noreply.github.com> Date: Tue, 13 May 2025 19:15:59 +0530 Subject: [PATCH] 905249: Uploader Changing titles to saving and returning responses --- ej2-javascript/uploader/async.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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.