<a href="{{attachment.attachmentLocation}}" target="_blank" download>
{{attachment.fileName}} ({{ attachment.attachmentDate | date:'YYYY-MM-DD'}})</a>
I have tried to download by converting it to a blob file but its downloads the corrupt file.
In anchor tag href i get a path like "C://assets/attachments/test.jpg"
. But when i click on the link it just opens in a new tab but doesnt get downloaded. Is there any way to download any type of file type from href?
Thanks for help in advance.