Open Closed

List all files in IBlobContainer #945


User avatar
0
mpvismer created

Does anyone know if there is a way to list all files stored in an IBlobContainer?


4 Answer(s)
  • User Avatar
    1
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    You should use file management module, the blob system is a low-level module.

  • User Avatar
    0
    mpvismer created

    Thank you.

    Is there perhaps any documentation on how to use that? The documentation here only seems to show what it does as a standalone module.

    Is there a way for a user to upload a file and then use that file within the rest of the application?

  • User Avatar
    1
    Moyaoxiang created

    Hi mpvismer, File Management supports users to upload files. It uses FileDescriptor.Id as the key of the BLOB object, so you can use the Id to query the corresponding BLOB object for use.

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    You can use the ABP Suite to install file management module to your project.

    The file management provided some repositories: https://docs.abp.io/en/commercial/latest/modules/file-management#repositories

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