Blazor File Manager Example - Directory Upload
This sample demonstrates the folder (directory) upload feature of the File Manager component. Select Folder or File from the upload context menu or toolbar options to upload folders or individual files.
Directory upload is enabled by setting DirectoryUpload to true, allowing users to select and upload entire folder hierarchies with all contained files and subdirectories.
Supported file system providers include:
- Physical provider
- NodeJS provider
- Azure provider
- Amazon S3 provider
For efficient large file uploads, use the ChunkSize property to specify desired chunk sizes. Note: Upload functionality is restricted in online demos for security reasons; run the service provider locally to test upload features.
Looking for the full Blazor File Manager component overview, features, pricing, and documentation? Visit the Blazor File Manager page.