开发者

Catch MemoryStream object in Javascript

开发者 https://www.devze.com 2023-03-01 00:34 出处:网络
I am returning a Memory stream objectfrom my active x control which i want to receive the returned memory strem objectin my javascript function.

I am returning a Memory stream object from my active x control which i want to receive the returned memory strem object in my javascript function.

开发者_如何学运维

If it returns string, i am getting the return string in var str , but how we do it for memory stream.

Please suggent any example or code.

Thanks

0

精彩评论

暂无评论...
验证码 换一张
取 消