How to programmatically Zip a Directory on the Client achine?
Hi All,
I need to provide users an option to upload a folder.
Apache FileUpload API can upload only multiple files, but not folders.
So, I wish to zip the file the file programmatically on the client machine, and upload that zip file to the server, and then unzip the file at the server.
Besidesthis, I have to delete the zipped file both on the client machine and on the Server.
Is this a bad Idea?
Can anyone help how to achieve to achieve this?
Thanking you in advance,
Samba.

