Grab a recent PHP release and in your php.ini file add:
always_populate_raw_post_data = On
-Rasmus
On Wed, 20 Feb 2002, Nicolas Boutet wrote:
> Hi all,
> I'm trying to make a script to get "application/octet-stream" datas from a
> java applet. The method used by the applet is POST and I tried
Hi all,
I'm trying to make a script to get "application/octet-stream" datas from a
java applet. The method used by the applet is POST and I tried to use
$HTTP_RAW_POST_DATA like this
but $HTTP_RAW_POST_DATA is not set and $buffer stills empty. The size of the
data sent by the applet is 860bytes
2 matches
Mail list logo