Hi Raphael Thiney,
Greetings from Syncfusion support.
We have checked your requirement with FileManager component. We have already provided support for accessing NodeJS and Azure storage using FileManager component.
Please, refer the below service link.
NodeJS service:
ASP.NET Core Azure cloud file system Provider
ASP.NET MVC Azure cloud file system Provider
Please, refer the below link for the provider available in the FileManager component.
Please, refer the live Demo link for this services.
Note: Run the above services and refer the localhost URL in FileManager sample.
|
public hostUrl: string = 'http://localhost:57662/';
public ngOnInit(): void {
this.ajaxSettings = {
url: this.hostUrl + 'AzureProvider/AzureFileOperations',
getImageUrl: this.hostUrl + 'AzureProvider/AzureGetImage',
uploadUrl: this.hostUrl + 'AzureProvider/AzureUpload',
downloadUrl: this.hostUrl + 'AzureProvider/AzureDownload'
};
this.view = "Details";
} |
Please, refer the following links to know more about the FileManager component.
|
UG Documentation |
|
|
Demo link |
|
|
API reference |
|
Please let us know, if you need any further assistance.
Regards,
Sowmiya.P