gangar
Programmer
- Apr 17, 2008
- 7
Hello,
I am posting string data from C++ application, which uses activex webbrowser control, to ASP. The only way i can post this string in binary using safearray.
Anyhow, I am able to successfully read this string in ASP server and assign it to client script varible using following statement.
inputstr = "<%Response.BinaryWrite(Request.BinaryRead(Request.TotalBytes))%>"
The problem is when i have some special characters like ",\r,\n... in my string.
Is there a way to get this string to client sdie, so that i parse it and populate fields.
Thanks
I am posting string data from C++ application, which uses activex webbrowser control, to ASP. The only way i can post this string in binary using safearray.
Anyhow, I am able to successfully read this string in ASP server and assign it to client script varible using following statement.
inputstr = "<%Response.BinaryWrite(Request.BinaryRead(Request.TotalBytes))%>"
The problem is when i have some special characters like ",\r,\n... in my string.
Is there a way to get this string to client sdie, so that i parse it and populate fields.
Thanks