Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 929 Bytes

File metadata and controls

22 lines (13 loc) · 929 Bytes

Create a File Manager Component in a Blazor WebAssembly App

A quick-start project that helps you create a Syncfusion Blazor File Manager component in a Blazor WebAssembly application. In this example, you’ll learn how to perform file operations using server-side PhysicalFileProvider codes, download a file, upload a file, and show image previews in File Manager.

Documentation: https://blazor.syncfusion.com/documentation/file-manager/getting-started

Online example: https://blazor.syncfusion.com/demos/file-manager/overview

Prerequisites

  • Visual Studio 2022

How to run the project

  • 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.

Further help

To get more help, check the ASP.NET Core Blazor documentation.