in reply to Run zip program in CGI?

What cgi interaction do you want? Are you adding data to an archive, or distributing the zip file?

See the CGI docs for details of how to conduct cgi in perl. A search here at perlmonks for CGI will turn up lots of examples.

Your archive code will be pretty much independent of the cgi interface to it.

After Compline,
Zaxo

Replies are listed 'Best First'.
Re: Re: Run zip program in CGI?
by wanadlan (Initiate) on Jan 31, 2003 at 07:43 UTC
    Ignore what CGI is used whether function or object oriented. I want add one file to exist zip file. Eg: file.txt added to file.zip.