Ver Mensaje Individual
  #3 (permalink)  
Antiguo 21/10/2006, 21:33
Bocaz
 
Fecha de Ingreso: octubre-2005
Mensajes: 95
Antigüedad: 19 años, 4 meses
Puntos: 1
??

[QUOTE=Seppo;1747068]
Código PHP:
if (in_array($_FILES['upload'],$permitidoes)) {
  
//subir el archivo
} else {
  die(
"tipo de archivo no soportado");

No será ?

Código PHP:
if (in_array($_FILES['upload'],$mime_types)) {
  
//subir el archivo
} else {
  die(
"tipo de archivo no soportado");