Skip to content

Commit

Permalink
Doc. feltöltésénél a zípus megjelenítése hiba esetén
Browse files Browse the repository at this point in the history
  • Loading branch information
gtportal committed Oct 8, 2016
1 parent a398c21 commit d6c344e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion public_html/php/CikkDokumentum.php
Expand Up @@ -122,7 +122,10 @@ function setCikkDokFeltolt() {
}
}
} else {
if ($AktFileNev >'') {$UploadErr .= "ErrK01".$FNev."<br>"; }
if ($AktFileNev >'') {//$UploadErr .= "ErrK01".$FNev."<br>";
$UploadErr .= "ErrK01".$FNev." Type:".$_FILES["CODokFile"]["type"][$i];
$UploadErr .= " Size:".$_FILES["CODokFile"]["size"][$i]."<br>";
}
}
$i++; $OkDFileCt--;
}
Expand Down

0 comments on commit d6c344e

Please sign in to comment.