Is there a way to use ASP to create a link to download a blob field in its proper format?
I have a table that has filename and fileblob stored. I want a link tied to the name to download the actual file...
I know I can do
but what would I put in the href to get it to download the file?
I have a table that has filename and fileblob stored. I want a link tied to the name to download the actual file...
I know I can do
Code:
<a href="xx"> <% rs.filename %> </a>