Hi,
I using the picture control on a web page, and using Ajax to make a web service call (in C#) that returns a byte[] array buffer, then calling DisplayFromByteArray on the picture control. I'm getting a type mismatch error. I can check the length of the javascript array, it's correct, the array of bytes is there, but it seems to be in a different format than just a simple byte array that the control accepts.
Any ideas on how to convert the java array to a byte array that the picture viewer will accept?
If not, any chance on adding a function to the control that will accept a javascript array of bytes?
Thanks,
