in reply to Re: Re: how i can running this achive::zip program in CGI?
in thread how i can running this achive::zip program in CGI?

  • Comment on Re: how i can running this archive::zip program in CGI?

Replies are listed 'Best First'.
Re: Re: how i can running this archive::zip program in CGI?
by poj (Abbot) on Jan 21, 2003 at 18:29 UTC
    Hi, I suspect this is a file permissions problem.

    The directory /temp/ must be writeable to by the user that your web server runs as. If configured correctly, this user should have very restricted access to your file system

    poj