Hi All,
I have got to CGI scripts, one of them upload a file on a server, and the other one process the file then compress it with winrar in the same directory.
The first script works fine, and so does the second one when it is run from the server. But when it is from the browser (CGI) the second script does everything normal except that it does not generate the compressed file.
I thought it was a problem of access rights, but the first script manage to write a file in the directory.
What could it be, is there a pecial permission to run other programs.
I use Windwos 2003, IIS 5 with activestate Perl 5.6.
Thanks
I have got to CGI scripts, one of them upload a file on a server, and the other one process the file then compress it with winrar in the same directory.
The first script works fine, and so does the second one when it is run from the server. But when it is from the browser (CGI) the second script does everything normal except that it does not generate the compressed file.
I thought it was a problem of access rights, but the first script manage to write a file in the directory.
What could it be, is there a pecial permission to run other programs.
I use Windwos 2003, IIS 5 with activestate Perl 5.6.
Thanks