[Fwd: Quotes in uploaded filenames are not parsed correctly.]

2009-01-03 Thread Philip M. Gollucci
Lets take this to apreq-dev land. -- 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Philip M. Gollucci (pgollu...@p6m7g8.com) c: 703.336.9354 Consultant - P6M7G8 Inc.http://p6m7g8

RE: Flushing output and preserving headers

2009-01-03 Thread Kate Yoak
That worked! Thanks. > -Original Message- > From: Torsten Foertsch [mailto:torsten.foert...@gmx.net] > Sent: Saturday, January 03, 2009 7:31 AM > To: modperl@perl.apache.org > Cc: Kate Yoak > Subject: Re: Flushing output and preserving headers > > > On Sat 03 Jan 2009, Kate Yoak wrote:

Re: Flushing output and preserving headers

2009-01-03 Thread Torsten Foertsch
On Sat 03 Jan 2009, Kate Yoak wrote: > $r->headers_out->set('Content-Type' => "image/gif"); use $r->content_type(...) Torsten -- Need professional mod_perl support? Just hire me: torsten.foert...@gmx.net

Flushing output and preserving headers

2009-01-03 Thread Kate Yoak
Hey guys, I seem to have some magic going on in the background and it has stopped me in my tracks. The actual problem is that my Content-type header gets overwritten before it is sent back to the client. In addition, I am unable to flush the output. Here is the idea: $r->headers_out->s