![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
27/12/2004, 14:49
|
![Avatar de FuLaNo_](http://static.forosdelweb.com/customavatars/avatar34657_1.gif) | | | Fecha de Ingreso: mayo-2003 Ubicación: Don Torcuato, Buenos Aires, Argentina
Mensajes: 1.250
Antigüedad: 21 años, 8 meses Puntos: 2 | |
pues no, tienes que hacer algo asi:
if ($_FILES['grafico']['type'] != "image/jpeg" || $_FILES['grafico']['type'] != "image/gif" || $_FILES['grafico']['type'] != "image/png") {
// etc...
}
__________________ I Love Programming... |