I am doing silver light application.
Which I need to save client Images on server folder. For that purpose i am using WCF Service, and it works fine.
But what I required is instead of `WCF`. can use Web services ?.
if any one know please get me suggestions.
thanks advance..
you can send image as byte array through a web service function taking bytearray as parameter.
http://www.codeproject.com/Questions/163276/upload-image-to-web-service-using-c