Two way to see type of file

Hi. I have this:
<!DOCTYPE html>
<html lang="es">
<head>
    <meta charset="UTF-8">
    <title>Document</title>
</head>
<body>
    <form name="cargar" action="VerTipoFileShow.php" method="POST" enctype="multipart/form-data">
            <input type="file" name="archivo" size="2"></input>
            <input type="submit" value="Cargar Archivo"></input>
    </form>   
</body>
</html>
HTML:
I want to see the type of file using $_FILES[] and using FINFO_FILE();
<?php
echo "Tipo...
PHP:
Two way to see type of file

from PHP http://ift.tt/1sMWqvB
via IFTTT
Previous
Next Post »
Thanks for your comment