Re: [PHP-DEV] Get an application/octet-stream from a java applet

2002-02-20 Thread Andrey Hristov
ject: [PHP-DEV] Get an application/octet-stream from a java applet > 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 > > if (isse

[PHP-DEV] Get an application/octet-stream from a java applet

2002-02-20 Thread Nicolas Boutet
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