28/07/2014, 16:16
|
Colaborador | | Fecha de Ingreso: mayo-2008 Ubicación: $MX['VZ']['Xalapa']
Mensajes: 3.005
Antigüedad: 16 años, 6 meses 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 |