Upload ederken aldığım hata
File to be uploaded at http://domainim/dl/videoDosya Bulunamad?. does not exist or is not readable.
Warning: unlink() [function.unlink]: cURL does not allow unlinking in /xxx/xxx/public_html/youtube/videoyukle.php on line 30
dl/video yerindeki chmod değerleri 777 yani yazılabilir ve okunabilir olarak ayarladım.
videoyukle.phpnin 30. satırı ise $dosyasil = unlink($dir.$name);
$name = pathinfo($bolunecek, PATHINFO_BASENAME);
$ext = pathinfo($bolunecek, PATHINFO_EXTENSION);
ytyukle ($id, $dir.$name, $ext, $title, $desc, $tag, $cat);
$dosyasil = unlink($dir.$name);
echo '
';
}
?>