Skip to content

Commit

Permalink
Merge pull request #1 from SyncfusionExamples/EJ2-56789-README
Browse files Browse the repository at this point in the history
Documentation(EJ2-6789): Added README content for the uploader webservice
  • Loading branch information
saravanangn committed Mar 19, 2024
2 parents 32b33f3 + 499654d commit 40d51ab
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# aspcore-uploader-webservices
# aspcore-uploader-webservices

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:

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

0 comments on commit 40d51ab

Please sign in to comment.