最佳答案![]()
你的问题这几天我一直在研究 确实是用phpPOST的办法接受的 接受代码: $xdata = $GLOBALS[HTTP_RAW_POST_DATA]; if(empty($xdata)) { $xmlstr = file_get_contents('php://input'); } echo $_GET['hash']; $wav = $xdata;//得到post过来的二进制原始数据 $file = fopen("wav/".$filename,"w");//打开文件准备写入 fwrite($file,$wav);//写入 fclose($file);//关闭 e ...
| |
| |
|
沙发
![]()
| |
|
马扎
![]()
| |
|
地板
![]()
| |
|
6楼
![]() |
|
7楼
![]()
| |