Blazor Server Side - Use file manager without AJAX?

Is there a way to control the file manager without AJAX for Blazor server side?  Instead of supplying endpoints, can I directly build the FileManagerDirectoryContent objects to supply to Fi



1 Reply

IL Indhumathy Loganathan Syncfusion Team September 16, 2022 10:15 AM UTC

Hi Mark,


Greetings from Syncfusion support.


We have validated your requirement in File Manager component. Currently, File Manager has support to handle the data from the in-built AJAX operations (response from the default file operations of File Manager) and we do not have support to use File Manager without backend. The File Manager works with the file system provider which allows the component to manage the files and folders in a physical or cloud-based file system. To understand how the File Manager works, please refer to the below UG document.


https://blazor.syncfusion.com/documentation/file-manager/getting-started


However, we have considered providing support to render the File Manager from an external JSON, i.e., there is no need to process the request using an ajax call, and this will be included in any of our upcoming releases. Generally, we will plan any feature implementation based on customer request count, feature rank and Wishlist plan. 


You can track the feature status through the below link,


https://www.syncfusion.com/feedback/10417/to-provide-option-to-render-the-filemanager-component-from-given-json


Once this feature is enabled, you will be able to directly set the JSON date for the File Manager component. Please let us know if you need any further assistance.


Regards,

Indhumathy L


Loader.
Up arrow icon