how to create wcf service to load image into the sql data base and how to consume the logic with help of asp.net please provide me code
load image on database with wcf servies and how to consume
hello sir i want the code for
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.
Mahesh ChandPosted Apr 9, 2013, 11:37 AM
1. In your application, you will read an Image and convert it to binary data
2. Send binary data to server using WCF service
3. WCF service will save binary data in the database
Reverse applies when you download the image.
Good luck!