Hi experts,
We have a requiremnt as in there is webform with browse upload .gif image functionality along with 2-3 text boxes to be filled.All this is to be sent to a wcf restful service which will commit the same to db.
Question is how do we send across the image file as attachment aling with request xml to the service.If not attachment what isbthe best way to do the same.Any reference code would be of great helpmto build on.