Downloading files from the database in Asp.Net Mvc

Posted by CoffeeCode on Stack Overflow See other posts from Stack Overflow or by CoffeeCode
Published on 2010-03-12T15:46:56Z Indexed on 2010/03/12 17:57 UTC
Read the original article Hit count: 264

Filed under:
|
|

I'm storing my files in the database and need to download a file when button clicked.
i can get the File content (Binary) in the action method. But how to return it as a file to the user?

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about c#