Raghu
Raghu

Reputation:

Silverlight 3.0 writableBitmap

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

Answers (1)

Jeff Wilcox
Jeff Wilcox

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

Related Questions