Re: saving files

Russell Kliese <[email protected]> Fri, 08 Jun 2007 10:00:06 +1000
Newsgroups gmane.comp.gcc.cgicc.general
Message-ID <[email protected]>
Ashish Chawla wrote:
> Hi,
>
> I am having trouble saving files using cgicc
> when i run the file through the terminal, it creates the files, but 
> when i run through a web interface, it does everything except creating 
> the file

My first guess is that it's a permissions problem. The web server 
probably doesn't have permission to create the file. You could verify 
this by seeing if the ofstream was created successfully.

Russell