File tree 1 file changed +3
-2
lines changed
ej2-asp-core-mvc/uploader/EJ2_ASP.NETCORE 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -141,8 +141,9 @@ public async Task<IActionResult> Save(IFormFile UploadFiles)
141
141
return Ok ();
142
142
}
143
143
```
144
+ ## Saving and returning responses
144
145
145
- ### Server-side configuration for saving and returning responses
146
+ ### Server-side configuration
146
147
147
148
The following example demonstrates the server-side action for saving files on the server and returning responses in JSON, String, and File formats.
148
149
@@ -209,7 +210,7 @@ public IActionResult Save()
209
210
210
211
```
211
212
212
- ### Client-side configuration for saving and returning responses
213
+ ### Client-side configuration
213
214
214
215
The following example demonstrates the client-side action for saving files on the server and returning responses in JSON, String, and File formats.
215
216
You can’t perform that action at this time.
0 commit comments