Open Closed

CREATE FOLDER INSIDE BLOB CONTAINER AND ACCESS FILES FROM THAT CONTAINER #3188


User avatar
0
shijo created
  • ABP Framework version: v5.2.0
  • UI type: Angular
  • DB provider: EF Core / MongoDB
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

I am using IBlobContainer with Azure Blob Storage to save files. When I enabled multi-tenant files are keeping inside the tenant folder perfectly. My question is how can I create a new folder and place the files inside tenant folder and get that files from that folder? this is the current path files/tenants/{tenant_id}/{file_name} I want to place it like files/tenants/{tenant_id}/{my_custom_folder}/{file_name}


1 Answer(s)
  • User Avatar
    0
    shijo created

    Solved..

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11