Open Closed

File Management Module Use From Another Pages #5522


User avatar
0
coskunkula created
  • ABP Framework version: v7.3.1
  • UI Type: Blazor Server
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

I have a page where products are managed. I need to add a picture of the product. I want to use the File management module on the product edit page. I want to select the image of the product through the file management module, is this possible?


1 Answer(s)
  • User Avatar
    0
    jfistelmann created

    Hey, as of today there is no component which you could use for that as the UI code is a page and therefore nothing that could be reused elsewhere.

    So you would have to implement a component yourself.

    Take a look at the documentation for information on what app services exist for you to interact with the file module.

    Kind regards Jack

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.3.0-preview. Updated on June 13, 2025, 11:37