IsyChan: Prüfen ob Upload Feld leer ist

Beitrag lesen

Hallo,

kann ich ein Upload Feld so nicht prüfen?

 if ($_FILES['uploadDatei'] == ""){ 

   $uploadDatei= $uploadDatei;

 } else {
     $uploadDatei= $uploadDateiUser->file_dst_name;  
 }

Wenn $_FILES['uploadDatei'] leer ist, geht er doch in $uploadDatei= $uploadDatei; richtig?