Devexpress Blazor File Manager Now

@using DevExpress.Blazor @inject IFileSystemProvider MyProvider <DxFileManager FileSystemProvider="MyProvider" Height="600px" AllowDragAndDrop="true" ShowBreadcrumbs="true" />

Blazor Server/WebAssembly apps requiring a professional file manager with custom storage backends and strong security needs. Not ideal for: Open-source projects or applications requiring real-time collaborative editing (without custom extensions). devexpress blazor file manager

Built-in Authorization Hooks Every operation callback receives the current user context, allowing you to enforce permissions at the file/folder level. @using DevExpress

public override Task<bool> CanCreateDirectoryAsync( FileManagerCreateDirectoryRequest request) // Return true only if current user has write permission in this folder return Task.FromResult(UserHasWriteAccess(request.ParentDirectory)); devexpress blazor file manager

2 Comments

  1. That’s great that you can do that. Can it be done with design space? I have tons in DS and often thought, what would I do if I decided to switch machines.

    1. Hi Angela! I’m not sure how to export a library in DS but I would assume you could save your files as svg’s or png’s and upload them into the Silhouette Software if you do decide to switch!

Leave a Reply

Your email address will not be published. Required fields are marked *