How to insert picture in database using wcf service?
How to insert picture in database on wcf service application using windows form appliction ?
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.
Jignesh TrivediPosted Aug 13, 2015, 12:06 AM
Piyush ModhavadiyaPosted Aug 12, 2015, 12:40 PM
Upendra Pratap ShahiPosted Aug 10, 2015, 1:04 AM
Jignesh TrivediPosted Aug 9, 2015, 11:52 PM
Hi,
To do this, first step should be converting your image to stream and after this pass it to database by either noramal insert query or stored procedure.
please refer below link for more details
https://msdn.microsoft.com/en-us/library/4f5s1we0(v=vs.110).aspx
hope this will help you.
Santhakumar MunuswamyPosted Aug 8, 2015, 11:15 AM