RE: Content-Disposition

2012-01-22 Thread cfaust-dougot
I'm all set, I had to use err_headers_out for some reason so, $r->err_headers_out->add('Content-Disposition' => 'attachment; filename="' . $download_name . '"'); Works. -Chris From: cfaust-dougot [mailto:cfa...@doyougot.com] Sent: Sun 1/22/2012 6:20 AM To:

RE: Content-Disposition

2012-01-22 Thread cfaust-dougot
Thanks for the reply Earle, I actually did try both "attachment" and "inline" and neither worked (I should have said that in the org post). -Chris From: Earle Ake [mailto:e...@woh.rr.com] Sent: Sat 1/21/2012 9:19 PM To: cfaust-dougot; modperl@perl.apache.org Su