Using nsIZipWriter or other to compress a string as a string?
- by Daniel
I need to be able to take a javascript string, compress it using any fast and available means and get back a binary string/blob.
Background:
The extension I'm developing needs to send various large content to my server.
It does this conveniently by dynamically creating a form, adding fields to the form and posting it. Some of these fields are…