Using Filemanager with NodeJs backend API, and Azure as document storage?

Hi, is there an example of using  Filemanager with NodeJs backend API, and Azure as document storage?

1 Reply 1 reply marked as answer

SP Sowmiya Padmanaban Syncfusion Team September 18, 2020 11:27 AM UTC

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. 
  
 
Please let us know, if you need any further assistance.  
  
Regards,   
Sowmiya.P  


Marked as answer
Loader.
Up arrow icon