
29/07/2009, 10:38
|
 | | | Fecha de Ingreso: mayo-2005 Ubicación: Frente al monitor
Mensajes: 610
Antigüedad: 19 años, 10 meses Puntos: 0 | |
Respuesta: no subir segun que extension Tambien podria ser
Código:
if($_FILES["imagen"]["type"] == "image/pjpeg"
|| $_FILES["imagen"]["type"] == "image/jpeg"
|| $_FILES["imagen"]["type"] == "image/x-png"
|| $_FILES["imagen"]["type"] == "image/png"
|| $_FILES["imagen"]["type"] == "image/gif" ){
//subes la imagen
}else{
echo "error blablabla tipo de imagen debe ser solo blablabla"
__________________ Keep f***ing learning
Ask for f***ing help.
Use f***ing spell check.
Think about all the f***ing possibilities. |