I am writing to report that both suggestions that were sent in
response to my problem (redirecting multipart/form-data POST
requests) worked just fine.

On 2001-01-16, Gerd Kortemeyer <[EMAIL PROTECTED]> wrote:

> Please find the code section below that I use to get the
> POSTed data. After that, in order to REDIRECT, I use

Gerd, with minor modifications to construct a query string for
$r->content() in order to allow me to continue to use param(),
your suggestion worked just fine under Apache/1.3.12
mod_perl/1.22.

On 2001-01-24, Doug MacEachern <[EMAIL PROTECTED]> wrote:

> you need 1.24_01 which contains this fix: fix $r->read() so it
> will not block if all data has already been read and so that
> Apache will not hang during ap_discard_request_body() on error
> or redirect after all data has been read

Doug, I am now running Apache/1.3.14 with mod_perl/1.24_01 on a
trial basis and things seem to be working fine for now without
the use of Mr. Kortemeyer's code, which served well as a
short-term workaround.  :)

Thanks to both of you,
Darren

-- 
Can the pissing-people-off business model continue to work?
Darren Stuart Embry.  http://www.webonastick.com/

Reply via email to