If i have a downloaded zip file which i am downloading through the reponse object, is it possible to automatically extract the file immediately after getting downloaded....???
I assume you are referring to the client's side? That is, the client gets sent a zip file and you want to it to be automatically unzipped?
No, you can't control what the client does with the zip after it gets sent to them.
Ganesh Chinni
Greenhorn
Joined: Dec 30, 2005
Posts: 24
posted
0
After the zip file is sent to the client, the browser throws up options to the user and based on the option selected by the user(save,extract, open ..etc), the zip file is handled.
Regards, Ganesh
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: Extracting downloaded zip file through code?