Mongodb provider for file manager with files being stored in mongodb

Hi.

There are a number of implementation for file manager providers using sql, aws, azure and file system. We would like to know if there is an implementation for a mongodb version with the files stored in the mongodb. We would also like to store the file in the mongodb.

Our backend is asp.net core running on Linux and frontend is react. We are just looking for the backend provider.

Rakesh


1 Reply

IL Indhumathy Loganathan Syncfusion Team August 28, 2023 04:10 PM UTC

Hi Rakesh,


Greetings from Syncfusion support.


In the File Manager component, we only have a list of File Service providers you can find them at the below link.


https://ej2.syncfusion.com/aspnetcore/documentation/file-manager/file-system-provider


We would also like to mention that our File Service providers only developed in specific storages to demonstrate the usage of File Manager component. But you can refer our available file service provider and write your own service provider similar to this based on your scenario for File Manager component. But you need to return the response from server in a specified format with required parameters to perform file operations. In File Manager component, we have handled file operations by fetching response from server. To know more about file operations, check the below link.


https://ej2.syncfusion.com/aspnetcore/documentation/file-manager/file-operations#file-operation-request-and-response-parameters


Please get back to us if you need any further assistance.


Regards,

Indhumathy L


Loader.
Up arrow icon