Ulf Dittmer wrote:Code for what? Putting a link on a web page? Retrieving the file contents from the DB? Streaming the file contents to the client? What do you have so far?
Ulf Dittmer wrote:You can simply put a link on a web page, and upon clicking the link, the file can be streamed to the client. Make sure you set the correct file name and content type.
What do you mean by "download back to the client machine" - the file already exists on the client, doesn't it?