A quick-start project that helps you create and configure the Syncfusion React File Manager component. This project contains code to configure a few of the control's features like file operations, download and upload a file, and showing image previews.
Refer to the following documentation for the Syncfusion React File Manager: https://ej2.syncfusion.com/react/documentation/file-manager/getting-started/
Refer to the following documentation to learn about the different file system providers in the Syncfusion React File Manager. https://ej2.syncfusion.com/react/documentation/file-manager/file-system-provider/
Check out this online example of the Syncfusion React File Manager: https://ej2.syncfusion.com/react/demos/#/bootstrap5/file-manager/overview
Download the ASP .Net Core file system provider from GitHub: https://github.com/SyncfusionExamples/ej2-aspcore-file-provider
Make sure that you have the latest versions of NodeJS and Visual Studio Code in your machine before starting to work on this project.
To run this application, you need to clone the getting-started-with-the-react-file-manager-component
repository and then open it in Visual Studio Code. Now, simply install all the necessary react packages into your current project using the npm install
command and run your project using the npm start
command.