E
enzeez
Hello,
I have a record stored in sqlserver database in binary form.
I want to display a link that will allow user to download this record as
a File.
I want to create a file at runtime or pass a specified number of bytes
to user's browser. I provide a link to the user and when he clicks the
link i want a file dialog to appear and the user can then give a file
name to store those bytes as a file.
The problem is i need to create links dynamically and supply the binary
or image bytes as a file download to user. How can i do this?
Can someone help me out here?
Thanks in advance
enzeez
I have a record stored in sqlserver database in binary form.
I want to display a link that will allow user to download this record as
a File.
I want to create a file at runtime or pass a specified number of bytes
to user's browser. I provide a link to the user and when he clicks the
link i want a file dialog to appear and the user can then give a file
name to store those bytes as a file.
The problem is i need to create links dynamically and supply the binary
or image bytes as a file download to user. How can i do this?
Can someone help me out here?
Thanks in advance
enzeez