I am working on an ASP.net 4 page that allows a user to upload a document. I want to take that document and upload it into an SQL Server 2012 Table that has Filestream enabled. I then want to be able to retrieve the document so the user to click a link
and the document opens in the appropriate program (pdf: Adobe, docx: word, etc).
Is there a good tutorial out there that can help me out?
The ones I found seem to center around images which seems slightly different than just documents in general.
Go to the complete details ...