Ben yüklenecek bir dosya ile bir yükleme formu var. Ben bir sorun olduğunu hiçbir dosya yüklendiğinde bile if (isset ($ _FILES)) OR (empty ($ _FILES)!) Hala başarılı geçerse:
$_FILES = $HTTP_POST_FILES;
if($_POST['type'] == 'photo' && isset($_FILES)){
// returns true even if no file is uploaded. What am I missing!
}