Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions ej2-javascript/uploader/async.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,9 @@ public async Task<IActionResult> 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.

Expand Down Expand Up @@ -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.

Expand Down