
Upload/download pdf files in SQL Server using mvc 2010
I've been learning on my own how to program in c# with mvc 2010 Express, as I've been asked to create an application for the company I work for. The last thing I have to do is allow the users toupload and download a pdf file and I can't find a solution that helps me.
I use SQL Server 2005. The table I want to use is called Clients. It has an Id as...