-
Hello I create a custom class for the IMediaCreatingEventHandler interface to upload media files to a minIO server and store their names in the database. (Due to security reasons, the minIO server does not return the list of all files.) However, I couldn't get the media section to read and display the list of files from the database. Could you please guide me on how to implement this step? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
While this is a custom implementation, I prefer to have a look to the current media store implementations |
Beta Was this translation helpful? Give feedback.
-
Thank you...
and injected it into the prooject: but it has no effect on the file manager! |
Beta Was this translation helpful? Give feedback.
This is how the ASP.NET Core DI works the last registered service is win, so that's why I'm suggesting to create a new module then register your service in the
Startup
file