michalstocki/FlashWavRecorder

Hi, How to put the FWRecorder.getBase64() string convert wav files in php ?

Open

#41 opened on 2014年11月26日

GitHub で見る
 (2 comments) (0 reactions) (0 assignees)ActionScript (241 stars) (106 forks)batch import
help wanted

説明

hi friends, try html form post FWRecorder.getBase64() string

PHP:

  $fileBase64 = str_replace('data:audio/wav;base64,', '',  $_POST['Base64']);
  $decoded = base64_decode($fileBase64 );
  file_put_contents('test.wav', $decoded);

but the test.wav can't play, help ~ thanks very much!

コントリビューターガイド