Hi
How do I pass a byte array from javascript to ActiveX control.
My javascript will call WCF server (method) and that method will return a byte array. After that I need to passs this byte array to the ActiveX control.
Could anybody provide me a solution for this.