Remote Scripting Problem
-
I am using Remote Scripting but I encounter a problem in passing large amount of data. Remote Scripting will not pass more than 2083 character from Client page to ASP page. This article (http://support.microsoft.com/default.aspx?scid=kb;EN-US;q274852)describe the problem in detail. Does anybody know how to solve the problem ? What are the alternative technologies to Remote Scripting to pass large data? thanks, Sanjeev.
-
I am using Remote Scripting but I encounter a problem in passing large amount of data. Remote Scripting will not pass more than 2083 character from Client page to ASP page. This article (http://support.microsoft.com/default.aspx?scid=kb;EN-US;q274852)describe the problem in detail. Does anybody know how to solve the problem ? What are the alternative technologies to Remote Scripting to pass large data? thanks, Sanjeev.
Is this an Intranet or Internet type application (i.e. do you know exactly which browser and version is used)? If the client definitely has MSXML 3 (which comes with IE5.5+), you could try the XMLHTTP object.
-
Is this an Intranet or Internet type application (i.e. do you know exactly which browser and version is used)? If the client definitely has MSXML 3 (which comes with IE5.5+), you could try the XMLHTTP object.
Its intranet application using IE 5.5 Thanks for the help. -Sanjeev