Hi!
> <?php
> if($_SERVER['REQUEST_METHOD'] == 'POST')
> {
> var_dump(file_get_contents('php://input'));
> exit;
> }I tried this script, if you do POST, your data is in $_FILES, if you do PUT, your data is in php://input. Still not sure what is the big problem. -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php
