estoy usando el upload de php para subir archivos y estoy filtrando por archivos
Código PHP:
if ((($_FILES["ulimgpath"]["type"] == "image/gif")
|| ($_FILES["ulimgpath"]["type"] == "image/jpeg")
|| ($_FILES["ulimgpath"]["type"] == "image/pjpeg")
|| ($_FILES["ulimgpath"]["type"] == "application/pdf")
|| ($_FILES["ulimgpath"]["type"] == "application/vnd.ms-excel")
|| ($_FILES["ulimgpath"]["type"] == "application/msword"))
&& ($_FILES["ulimgpath"]["size"] < 10485760)) //10 megas