![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
17/06/2008, 10:27
|
| | Fecha de Ingreso: octubre-2007
Mensajes: 724
Antigüedad: 17 años, 4 meses Puntos: 4 | |
Respuesta: multipart/form-data y formulario junto, es possible ??? asi es estoy empezando... muchas gracias
aqui tienes el codigodel formulario:
<form action="subir_archivo_personal-restringido.php" method="POST" enctype="multipart/form-data" name="form1">
<p align="center">
<input name="archivo" type="file" id="archivo" onmouseover="MM_showHideLayers('Layer11','','show' );MM_showHideLayers('Layer11','','show')" value="" size="32" />
<input type="submit" name="Submit" value="Enviar" />
</p>
<p align="center">
<label>nombre
<input type="text" name="textfield" />
</label>
</p>
<p align="center" class="Estilo79">
<label>lujar foto
<input type="text" name="textfield2" />
</label>
</p>
<p align="center" class="Estilo79">
<label>descripcion
<input type="text" name="textfield3" />
</label>
</p>
</form> |