my document is not saved

my document is not saved

i follow the example of api remote to save my document.

but, if i look the debug, i am the message :

{"statusValue":"datasaved","statusCode":"200"}

what's the problem ?

my code to save the doc is :
<?php

$tmp_filename = $_FILES['content']['tmp_name'];

$upload_status = move_uploaded_file($tmp_filename,"/homez.xxx/champagnvn/www/test2.doc");
?>