Your search did not match any results.

File Manager - Physical File System

The FileManager component can work with a file system located on the server. To connect the component with the file system items, assign the Remote File System Provider to the fileSystemProvider property. Pass the endpointUrl to the remote file system provider object to specify the Url at which the component can access the file system items.

Backend API

Configure the built-in server-side helper methods to process the FileManager component's AJAX requests on the ASP.NET MVC and ASP.NET Core back-end:

  1. Create an instance of the FileSystemConfiguration class to create a file system provider and configure its interaction with file system items.
  2. Use the FileSystemProvider property to specify a file system provider. For a physical file system, configure a file system provider of the PhysicalFileSystemProvider type.
  3. Use the FileSystemCommandProcessor class to process commands and request parameters that the component passes to the file system.

This demo contains commented out code lines that enable file modification operations. You can uncomment them and configure if necessary.