question on downloading CGI

2008-09-05 Thread practicalperl
Hello, I want to generate a data file which should be downloaded by clients. Rather than generate this file and put it in a web dir and tell clients to download it, is there any way to generate the content dynamicly and put it to cients? I mean I don't want to generate the temporary file. Thanks.

Re: question on downloading CGI

2008-09-05 Thread Sean Davis
On Fri, Sep 5, 2008 at 12:09 PM, <[EMAIL PROTECTED]> wrote: > Hello, > > I want to generate a data file which should be downloaded by clients. > Rather than generate this file and put it in a web dir and tell > clients to download it, is there any way to generate the content > dynamicly and put it

Re: question on downloading CGI

2008-09-05 Thread Torsten Foertsch
On Fri 05 Sep 2008, [EMAIL PROTECTED] wrote: > I want to generate a data file which should be downloaded by clients. > Rather than generate this file and put it in a web dir and tell > clients to download it, is there any way to generate the content > dynamicly and put it to cients? I mean I don't

Re: question on downloading CGI

2008-09-05 Thread adam . prime
Quoting [EMAIL PROTECTED]: Hello, I want to generate a data file which should be downloaded by clients. Rather than generate this file and put it in a web dir and tell clients to download it, is there any way to generate the content dynamicly and put it to cients? I mean I don't want to generat

Re: question on downloading CGI

2008-09-08 Thread practicalperl
Thank you all so much. I have resolved the problems. On Sat, Sep 6, 2008 at 3:51 AM, <[EMAIL PROTECTED]> wrote: > Quoting [EMAIL PROTECTED]: > >> Hello, >> >> I want to generate a data file which should be downloaded by clients. >> Rather than generate this file and put it in a web dir and tell >