compression in javascript

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • usman

    compression in javascript




    Is there any text compression algorithm exists in javascript?

    wanna to compress the large textual data before submitting the form.

    Thanks

    Usman

    *** Sent via Developersdex http://www.developersdex.com ***
    Don't just participate in USENET...get rewarded for it!
  • Jim Ley

    #2
    Re: compression in javascript

    On 26 Dec 2003 04:39:52 GMT, usman <anonymous@deve lopersdex.com>
    wrote:
    [color=blue]
    >Is there any text compression algorithm exists in javascript?[/color]

    Possibly, one could be written if not.
    [color=blue]
    >wanna to compress the large textual data before submitting the form.[/color]

    It's almost certainly not worth it, it'll be very slow, removing any
    time saved in the upload, the data will probbably be getting
    compressed at the network level in some systems, and your compression
    will just negate the benefits of this.

    Jim.
    --
    comp.lang.javas cript FAQ - http://jibbering.com/faq/

    Comment

    Working...