Re: file download with mod_perl

2000-10-12 Thread Axel Gerstmair
Hi Pritesh, > Sorry for replying you late and many thanks for the solution. It has > really made my scripts working(or should I say running) well in > mod_perl. > But is this pure implementation of mod_perl, when I put > PerlSendHeader On in ? I think this is the only way to go if you are porti

Re: file download with mod_perl

2000-10-12 Thread Pritesh Thakor
Hi Axel, Sorry for replying you late and many thanks for the solution. It has really made my scripts working(or should I say running) well in mod_perl. But is this pure implementation of mod_perl, when I put PerlSendHeader On in ? Waiting for your reply, Pritesh. On Friday, Augu

Re: file download with mod_perl

2000-08-18 Thread Axel Gerstmair
Hi Pritesh, > However, the same code is not working under mod_perl. The file > content is the same as original file, but filename is populated as > download.cgi instead of actual file name. I think mod_perl is > putting its own headers, while sending the data. Are you using the PerlSendHeader On