打开 关闭

List all files in IBlobContainer #945


User avatar
0
mpvismer 创建

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


4 答案
  • User Avatar
    1
    liangshiwei 创建
    支持团队 Fullstack Developer

    Hi,

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

  • User Avatar
    0
    mpvismer 创建

    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 创建

    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 创建
    支持团队 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 三月 25, 2024, 15:11