Martin Schuhmacher wrote:
that book is laying on my desk, it only deescribes howto
get the data, not howto insert it
Um, haven't time to check just now, but I'm sure there's an
input filter example!
Anyway, you insert data by making a bucket (or buckets) of them,
and inserting that in your ca
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi
>> inserting (raw) postdata to a request, so later modules like php
>> can reach it.
>> reading is simple with 'apr_brigade_flatten' but writing draws
>> problems, i tried 'apr_brigade_write' and flush it into input filters
>> -> internal server er
broetche...@gmx.net wrote:
Hello,
the thing to have:
inserting (raw) postdata to a request, so later modules like php
can reach it.
reading is simple with 'apr_brigade_flatten' but writing draws
problems, i tried 'apr_brigade_write' and flush it
into input filters -> internal server error :-/
Hello,
the thing to have:
inserting (raw) postdata to a request, so later modules like php
can reach it.
reading is simple with 'apr_brigade_flatten' but writing draws
problems, i tried 'apr_brigade_write' and flush it
into input filters -> internal server error :-/
have anyone some snippets of