Hello all,
I'm trying to implement a PHP program that can handle streaming HTTP
data through Apache. I need to somehow get access to the incoming data
of the HTTP request as it arrives (i.e. I don't want to access the
FILE array).
Is this possible with mod_php? I think that, in general, it should be
possible as I think mod_python can do it.
Thanks,
Mike.
I'm trying to implement a PHP program that can handle streaming HTTP
data through Apache. I need to somehow get access to the incoming data
of the HTTP request as it arrives (i.e. I don't want to access the
FILE array).
Is this possible with mod_php? I think that, in general, it should be
possible as I think mod_python can do it.
Thanks,
Mike.
Comment