[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.javascript

Re: Client Side Data Compression (JavaScript

Eduardo F. Sandino

5/14/2015 6:41:00 AM

El jueves, 2 de febrero de 2006, 12:21:55 (UTC-4), svaaps escribió:
> Need to transfer large data (Appox 5MB in the form of XML & HTML) from
> Internet Explorer to Web sphere application server. Want to know if
> there is anyway I can compress data (JavaScript or otherwise) before
> sending it to the server as it takes a long time to do this operation.
>
> I am currently using xmlhttp. Sample code below.
> xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
> xmlhttp.open("POST",'http://xyz.com...);
> var vSendXML = vMainXMLDOM.xml;//The size of vSendXML is appox 5 MB
> xmlhttp.send(vSendXML);
>
> Note: From the server to client I am using GZIP for compression and it
> is working pretty good.

HI, your question is really good, and I thing I had found something that could really works for people that desire to achieve that.

See this project http://code.google....