Hi all, We are trying to implement the signature capture in Xamarin Android by using the Xamarin Signature capture component. We need to save the signature image in database by using WCF REST Service(POST Method).
We have converted image(JPEG) into Byte array and sent the same as stream to WCF REST Service. In WCF REST Service, the stream is received and we tried to convert the Byte array from stream into Image. But it shows conversion failed error as "Parameter is not valid". Kindly help me to resolve the issue. find below my sample code. *Xamarin android (Client Side) coding part:* *Sample WCF REST Service Function:* <http://mono-for-android.1047100.n5.nabble.com/file/n5713714/ErrorStack.jpg> -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Invalid-Byte-Array-Conversion-in-WCF-Rest-Service-for-Jpeg-Image-for-Signature-Pad-tp5713714.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid