Ver Mensaje Individual
  #3 (permalink)  
Antiguo 30/03/2008, 14:22
Avatar de juanleonardo
juanleonardo
 
Fecha de Ingreso: agosto-2007
Mensajes: 382
Antigüedad: 16 años, 8 meses
Puntos: 0
Re: Error con imagen y type=file

Aca esta algo del codigo del formulario:
Cita:
<form action="PHP/guardar.php" method="post" name="formu">
......
<label>
<input type="text" name="mail" size="45">
</label>
<br/>
<br/>
<fieldset>
<legend><font color="#FFFFFF">imagen</font></legend>
<div align="center">
<input name="imagen" type="file" size="40" onChange='extencionLimitada(this);'>
</div>
</fieldset>
<br/>
<?php echo $usuario ?>:&nbsp;&nbsp;
<input name="usuario" type="text" maxlength="30">
.......
<input name="Enviar" type="submit" value="<?php echo $enviar ?>" onClick="return evaluar(this.form)">
&nbsp;&nbsp;
<input type="reset" value="<?php echo $borrar; ?>"></p>
</form>