I am working on winform of c# application for uploading pdf file in sql server database and download those pdf which is save in database.
please help me to in this regard for proper coding in c#.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Raja TPosted Sep 15, 2015, 12:06 AM
Manu PrasadPosted Sep 14, 2015, 11:56 PM
Hi,
You need to convert the file into byte array, then you can save and retrieve the data in SQL. For reference