0
CNS created
How to Retrieve the Uploaded File from Database to client and also allow him/her to download it (As there is only built in functionality for Uploading File).
3 Answer(s)
-
0
Hi @CNS
You can use
IBinaryObjectManager
for this. You can check FileController.cs for sample usage. -
0
Hi,
But on angular side there is a <fileupload> tag by ng-prime for uploading a file but I can't find a tag to preview a file or attachment.