A quick-start project that helps you to upload files asynchronously in the Blazor file upload component using the Blazor server application. This project contains the code to enable the chunk upload by splitting large files into small chunks and transferring them to the server using Ajax. You will also find the code to upload all the files in the folder by enabling directory uploading and dropping files in the custom drop area for uploading.
Documentation: https://blazor.syncfusion.com/documentation/file-upload/async
Online examples: https://blazor.syncfusion.com/demos/file-upload/chunk-upload
- Visual Studio 2022
- Checkout this project to a location in your disk.
- Open the solution file using the Visual Studio 2022.
- Restore the NuGet packages by rebuilding the solution.
- Run the project.