Skip to content

Commit

Permalink
Documentation(EJ2-6789): Added README content for the uploader webser…
Browse files Browse the repository at this point in the history
…vice
  • Loading branch information
PriyankaKarthikeyan14 committed Mar 19, 2024
1 parent 863b023 commit 499654d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

This repository explains how to manage the upload process on the server. The upload process requires a save and remove action URL. The save action handler uploads the files that need to be specified in the saveUrl property. The save handler receives the submitted files and manages the save process on the server. The remove action is optional. Specify the URL to handle the remove process from the server. The remove handler receives the posted files and handles the remove operation on the server.

EJ2 Uploader web services in ASP.NET Core can be created with the help of the following UG links
EJ2 Uploader web services in ASP.NET Core can be created with the help of the following UG links:

https://blazor.syncfusion.com/documentation/file-upload/async#with-server-side-api-endpoint

0 comments on commit 499654d

Please sign in to comment.