I've got a script that is receiving a PUT request from a Java Applet.
To access the PUT data, the php script contains:
[php]
$putdata = fopen("php://input","r");
error_log("PUTD ATA = $putdata Last Err: $php_errormsg") ;[/php]
On our development server, it works fine (Mac OS X 10.3.9 with PHP 4.3.6)
On our production server (Linux with Ensim CP &...