Reputation:
i have a writableBitmap object which i want to save on server. Is there any way to save it may be using webservice??
Upvotes: 0
Views: 365
Reputation: 6385
You should be able to send the byte[]
as a Stream to your own web service, or serialize it and send it however, wherever, you like.
Upvotes: 1