Re: output file for download

2001-07-25 Thread Will Crain
Tim, I believe I know what you are asking. Normally, CGI returns data in the form of text/html. This is indicated by including the line Content-type: text/html\n\n in the output of your CGI application. This instructs the receiving agent to treat all data that follows as html text. I believ

Re: output file for download

2001-07-24 Thread Rachel Coleman
> >you just need to provide a link to your file. > >simply,click here to download my file > >and the browser,itself will automatically bring that dialog box, > >whenever user clicks on "Click here to download my file". > > I would like to create the file dynamically with a cgi program and send it

Re: output file for download

2001-07-24 Thread Tim Keefer
I would like to create the file dynamically with a cgi program and send it to the browser rather than placing an href to a static file. This may not even be possible, but it would simplify things on my end. At 04:40 PM 7/24/2001, you wrote: >you just need to provide a link to your file. >simp