var replayFileContents = room.stopRecording();
var oReq = new XMLHttpRequest();
oReq.open("POST", "[URL="https://www.deneme.com/hbr/index.php[/URL]", true);
oReq.send(replayFileContents);oReq.send in altında
console.log(replayFileContents); yazarak verinin nasıl gönderildiğini kontrol edin.
touch('xx.hbr2');
$dosya = fopen('xx.hbr2', 'w');
fwrite($dosya, $_POST);
fclose($dosya);fwrite satırını fwrite($dosya, print_r($_POST,true));
olarak değiştirip deneyin.