Bunu Kullanıyorum ama olmuyor bir iş anlamadım.

if(!empty($_FILES['resim'])){

echo "Dosya Var";

}else{
echo "Dosya Yok";
}