I have a requireemnt in which I have to upload a WriteableBitmap generated as an image in to SharePoint document library. Can anyone please help me ? Thank you.
feedback
|
|
Heres an extension method to convert the WriteableBitmap to byte array
taken from this blog http://kodierer.blogspot.com/2009/11/convert-encode-and-decode-silverlight.html To upload it to a document library with the Client OM you can use this tutorial http://www.zimmergren.net/archive/2010/06/10/sp-2010-uploading-files-using-the-client-om-in-sharepoint-2010.aspx | |||
|
feedback
|
|
If you're working with SharePoint 2010, you can use the client object model for Silverlight. It's very similar to the client object model for .net, except that it's asynchronous. | |||||
feedback
|