ทดลองโยนผ่านเครื่องตนเอง สามารถทำการ copy ได้ปกติ แต่พอโยนไฟล์ไปเครื่องอื่น เจอ Warning: copy(http://10.0.0.125/odm/upload/2022/TR20220510-070000.mp3): failed to open stream: HTTP wrapper does not support writeable connections
$dir = "Recorded_files/";
$result = array();
if(is_dir($dir)){
$iterator = new RecursiveDirectoryIterator($dir);
foreach(new RecursiveIteratorIterator($iterator, RecursiveIteratorIterator::CHILD_FIRST) as $file){
$ext = pathinfo($file, PATHINFO_EXTENSION);