From 7e9605db5387cb0eb9a599730ea1f30c0e3a1c31 Mon Sep 17 00:00:00 2001 From: sf4443 <159987806+sf4443@users.noreply.github.com> Date: Thu, 1 May 2025 16:48:25 +0530 Subject: [PATCH] 905249: Uploader Changing titles to saving and returning responses --- ej2-asp-core-mvc/uploader/EJ2_ASP.NETCORE/async.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ej2-asp-core-mvc/uploader/EJ2_ASP.NETCORE/async.md b/ej2-asp-core-mvc/uploader/EJ2_ASP.NETCORE/async.md index cd4cb6d429..7d430f4786 100644 --- a/ej2-asp-core-mvc/uploader/EJ2_ASP.NETCORE/async.md +++ b/ej2-asp-core-mvc/uploader/EJ2_ASP.NETCORE/async.md @@ -141,8 +141,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. @@ -209,7 +210,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.