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)
-
0
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