Ver Mensaje Individual
  #6 (permalink)  
Antiguo 28/07/2014, 16:16
ocp001a
Colaborador
 
Fecha de Ingreso: mayo-2008
Ubicación: $MX['VZ']['Xalapa']
Mensajes: 3.005
Antigüedad: 16 años
Puntos: 528
Respuesta: Como subir archivos PDF, RAR, MP3, etc

if ( ($type == 'image/jpeg' || $type == 'image/jpg' || $type == 'image/gif' || $type == 'image/png') && ($size <= $max_size) && ($ext == 'jpeg' || $ext == 'jpg' || $ext == 'gif' || $ext == 'png') ) {


Aquí estás limitando a que sólo pueda subir archivos de imagen jpg, gif o png