Actually I need to compress a folder or file from local system by giving the path in javascript or ActiveXObject in IE browser and store the compressed file.
Example:
I have a folder in D drive called "sample". I need to compress the "sample" folder using javascript and store it in D drive.
zip(D:\sample) // output: sample.zip in D drive
Can anyone help me? Thanks in advance.