in reply to mod_perl behavior w/out mod_perl
If you simply give the "http://myserver.com/test/123.pdf" as a link the http will automatically serve up the .pdf object (ie. so that when a user clicks on a link -- the 123.pdf file will automatically download).
There is not so much need to use the CGI module -- http is built to retrieve and serve objects such as this.
This has been my experience. I hope it helps.
Best of Luck,
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: mod_perl behavior w/out mod_perl
by Thilosophy (Curate) on Mar 13, 2008 at 02:32 UTC |