BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Can you run the Blazor File Manager in a Blazor Server project instead of a Blazor Web Assembly project? Is there an example demo or documentation of doing that?
Hi Gerg,
Greetings from Syncfusion support.
Based on the details you shared, we are quite unclear about your specific requirement for the Blazor FileManager component. Do you want to render the FileManager component on the server end without the controller part instead of the client end? If we have misunderstood your exact requirement, please provide additional details. This information will help us better understand your problem and provide an appropriate solution.
If this is your requirement, we do not have support for using the File Manager without a backend. However, you can create a hosted service link for a backend API and map it to the FileManager component to meet your needs. Our FileManager is capable of handling data from the built-in operations, such as the responses from the default file operations.
The File Manager works with a file system provider, which enables the component to manage files and folders in both physical and cloud-based file systems. Check out the below link for further information.
https://blazor.syncfusion.com/documentation/file-manager/file-system-provider
Check the above-shared details and confirm your exact requirement in the FileManager component. Based on the details, we will proceed with further validation.
Regards,
Leo Lavanya Dhanaraj
Hi
I think that if create a Blazor Server project ( not create a Blazor Wasm Project), can it use Blazor FileManager component in Blazor Server project
Based on your request, we have prepared and included the Blazor FileManager sample with the latest version(22.1.36). Here, we have integrated the controller part inside the FileManager serrver application. Check out the attached sample and get back to us if you need any further assistance.