Do you know how can do for downloading a file stored in a database?. I'm using a table with a FILE field for storing the file.
I know i have to create a special aspx page for downloading, that receives parameters to locate the proper record in the table and then retrieve the file in memory to start downloading.
I have done this with file located at specific folders but not a database's field.
Another thing... the file may be big.
Dou you have any idea about retrieving from sql and sending the file back to the final user?
I really appreciate your support.
Larry.Here's 2 articles, the first is for smaller files, the second is more complicated but better for larger files:
http://support.microsoft.com/kb/316887
http://support.microsoft.com/default.aspx?scid=kb;en-us;317043
No comments:
Post a Comment