Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > microsoft.public.scripting.vbscript > #11124
| Newsgroups | microsoft.public.scripting.vbscript |
|---|---|
| Date | 2015-07-25 12:24 -0700 |
| References | <2faf7955-8751-4e7e-af7f-252d88af054e@n35g2000yqm.googlegroups.com> |
| Message-ID | <12e3d4dd-f153-40f0-8daf-454e53ba2606@googlegroups.com> (permalink) |
| Subject | Re: Need to compress files on client side... Is it possible to use vbs for that? |
| From | 0ntariokingston@gmail.com |
Doesn't take much to make a JavaScript implementation of simple LZW compression work in JScript. Javascript client side compression and decompression is possible, http://www.whak.ca/packer/JavaScript.htm is a tool that creates offline decompression packages packed in HTML (self extracting and executing), the tool does the compression client side too, no server intervention and bypasses security stuff if all done in HTML instead of ASP.
Back to microsoft.public.scripting.vbscript | Previous | Next | Find similar
Re: Need to compress files on client side... Is it possible to use vbs for that? 0ntariokingston@gmail.com - 2015-07-25 12:24 -0700
csiph-web