Ver Mensaje Individual
  #1 (permalink)  
Antiguo 08/01/2010, 12:59
Avatar de dalyla
dalyla
 
Fecha de Ingreso: septiembre-2005
Mensajes: 135
Antigüedad: 18 años, 7 meses
Puntos: 1
subir archivos .docx

hola,

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 
pero no funciona para los archivos .docx, como le puedo hacer?
__________________
Ayudar a mejorar a los demas, es hacerte mejor a ti mismo ; )