Hi guys,
How do I display a file in the browser - e.g.
<a href="/files/products/datasheet.pdf" target="_blank">datasheet</a>
But still would like the tracking from the "/admin/public/Download.aspx"?
If I am using this method:
<a href="/admin/public/Download.aspx?file=/files/products/datasheet.pdf" target="_blank">datasheet</a>
Then it seems to force download of the file and not just displays in file in a new window. Any experience about this?
Best regards, Anders