Can we create a File Manager style through cloudinary?
I am trying to create a file manager component in angular and .NET API using assets from cloudinary. Is that possible?
Comments
-
Hi there,
Have you checked out our Media Library widget? It may cover this functionality already
https://cloudinary.com/documentation/media_library_widget?
Otherwise, it may be possible to build a File Manager using the https://cloudinary.com/documentation/image_upload_api_reference
and
https://cloudinary.com/documentation/admin_api
Please let us know if you have any specific questions.
0 -
regarding the widget is there a video explaining how to do that for angular using vscode?
0 -
Hi @rwahdan ,
Thanks for the update.
We do not have any examples of using Media library widget with Angular but we do have it when using Upload widget so you could apply the same logic by using https://cloudinary.com/documentation/media_library_widget on the side.
Here is the example: https://github.com/cloudinary-community/cloudinary-examples?tab=readme-ov-file#angular
Please let me know if you have any other questions.
Kind Regards,
Thomas
0