- ABP Framework version: v7.4.1
- UI Type: MVC
- 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 am creating a cshtml page.
I want to display the photos I uploaded to FileManagement. Are there any instructions for that?
9 Answer(s)
-
0
-
0
-
0
-
0
Hello,
You need to customize it on your own according to the requirements. For now, ABP is not providing such a feature.
Thanks,
-
0
Hi, So is there any way to show img from the database? I can't get the img to display.
-
0
-
0
Hey,
you need to implement your own user interface for that.
You may refer to the documentation here to access the files.
Does that help you?
-
0
Hey,
you need to implement your own user interface for that.
You may refer to the documentation here to access the files.
Does that help you?
Hi,
I have displayed all other information. But the image cannot be displayed. Please help me, show me how to display the image. I want to display it as shown below. thank you
-
0
can you share the code that is not working?