disler,
the server code calculated a wrong path ,
please open include_phpuploader.php , find this line ,
$cd=dirname($this->GetWebPath(__FILE__));
and check what the $cd is .
--
To solve your problem , you can change it to this
$cd="/_temp/phpuploader/phpuploader";
Regards,
Terry