Defining byte arrray in javascript.
- by kumar
Hi
How do i pass a byte array from javascript to ActiveX control.
My javascritp will call WCF servie ( mehtod) and that method will return a byte array.
after that i need to passs this byte array to the active x control.
could any body provide me a solution for this.