trgino adlı üyeden alıntı: mesajı görüntüle
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.
Console Log çıktısı : https://eksiup.com/0b1989385797
PHP dosyasına şunu yazdı : https://eksiup.com/be2e5cf7a450