Hi,
We are using ASP.NET Zero Core/Angular.
We are uploading and storing PDF documents using the TempFileCacheManager and BinaryObjectManager (storing it in the database). Works great.
I now am presenting in a DevExtreme DataGrid the list of files that have been uploaded. I want the user to be able to click on a file in the grid to view the PDF document. SO the pdf document will need to be downloaded.
Is there something you have for that? How do you suggest I proceed?
Many thanks
2 Answer(s)
-
0
Hi,
You can either use DownloadBinaryFile or DownloadTempFile in the https://github.com/aspnetzero/aspnet-zero-core/blob/dev/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Web.Core/Controllers/FileController.cs to download related files.
-
0
This issue is closed because it has not had recent activity for a long time.