On Wed, 24 Sep 2008 12:07:23 -0700 (PDT) Joe wrote: > > 1) Apache2::Request->new() > > 2) $r->add_input_filter() > > 3) $r->discard_request_body() > > Why are you doing step 2? You shouldn't need to add an > input filter for apreq to work.
Step 2 is Apache2::UploadProgress::track_progress > It's known to work for a few people, but it's not the default > behavior. If you can't decipher why it's not working for you > then asking on apreq-dev@ makes sense. I will try to reproduce the issue with a simple test case and follow up there if necessary. Thank you.