Ver Mensaje Individual
  #4 (permalink)  
Antiguo 22/02/2006, 12:14
Davhira
 
Fecha de Ingreso: mayo-2005
Mensajes: 63
Antigüedad: 19 años, 7 meses
Puntos: 1
Hola espero te sirva

<html>
<head>
<title>Untitled</title>
</head>

<body>
Archivo1:<input type="file" name="txt_archivo"><br>
Archivo2:<input type="file" name="txt_archivo"><br>
Archivo3:<input type="file" name="txt_archivo"><br>
Archivo4:<input type="file" name="txt_archivo"><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input type="button" value="Enviar">
</body>
</html>