How do I unzip files on the server on click of a button for a web application?
Subject: unzip…plz help…
HI,
U can try using running shell commands in Lotusscript agents.
unzip zippedfile -d directorypath
(u can see desingner help to see how shell commands r run in lotusscript.)
This may solve u r problem.
Radhika