Ver Mensaje Individual
  #12 (permalink)  
Antiguo 12/12/2011, 06:22
Avatar de shinrak
shinrak
 
Fecha de Ingreso: noviembre-2011
Mensajes: 49
Antigüedad: 12 años, 5 meses
Puntos: 5
Respuesta: Formulario de contacto en html

Hola, aprovecho para preguntar a ver si sabéis.. tengo este código:

Código:
<form action="ajax/upload.php" target='iframe1' method="post" enctype="multipart/form-data" onSubmit="return iuno(this)"><div id='examinar'><input name="file" type="file" onchange="this.form.submit();"/></div></form>

Y cuando selecciono una imagen no funciona el submit.. que le falta? :S