Tema: Formulario
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 04/06/2013, 09:11
desilara
Invitado
 
Mensajes: n/a
Puntos:
Formulario

Hola:

Me han dicho que me pase por aquí, mi duda es que he hecho un formulario con dreamweaber, pero es para tasar, por lo que necesito que la gente pueda enviar imágenes, el problema es que el formulario funciona correcto pero la casilla de imágenes ni la coge... el formulario lo he hecho unido con melodysoft, porque así me enseñaron, no me importa modificarlo, ya que estoy para aprender, pero esta página me está superando... la web la he hecho desde dreamweaver, hasta dónde yo se solo se puede hacer desde el código. Gracias de antemano.

<form id="form1" name="form1" method="post" action="">
<table width="400" border="0" align="center">
<tr>
<td width="37"><div align="right">Nombre</div></td>
<td colspan="3"><label>
<input name="nombre" type="text" id="nombre" size="77" />
</label></td>
</tr>
<tr>
<td><div align="right">E-mail</div></td>
<td width="148"><label>
<input type="text" name="email" id="email" />
</label></td>
<td width="72"><div align="right">Teléfono</div></td>
<td width="149"><label>
<input type="text" name="telefono" id="telefono" />
</label></td>
</tr>
<tr>
<td><div align="right">Otros</div></td>
<td colspan="3"><label>
<textarea name="otros" id="otros" cols="60" rows="5"></textarea>
</label></td>
</tr>
<tr>
<td><div align="right">Fotos</div></td>
<td><input type="file" name="fotos" id="fotos" /></td>
<td colspan="2"><input type="file" name="fotos" id="fotos" /></td>
</tr>
<tr>
<td><div align="right">Fotos</div></td>
<td><input type="file" name="fotos" id="fotos" /></td>
<td colspan="2"><input type="file" name="fotos" id="fotos" /></td>
</tr>
<tr>
<td colspan="4" align="center"><label>
<input type="reset" name="borrar" id="borrar" value="Restablecer" />
</label>
<label>
<input type="submit" name="enviar" id="enviar" value="Enviar" />
</label></td>
</tr>
</table>
</form>