Ver Mensaje Individual
  #2 (permalink)  
Antiguo 13/07/2002, 00:40
romina
 
Fecha de Ingreso: agosto-2001
Mensajes: 315
Antigüedad: 22 años, 9 meses
Puntos: 1
Re: Adjuntar datos por Formulario

<html>
<head>
<title>Envie sus archivos</title>
</head>
<body>
<form method="post" action="algo.cgi" enctype="multipart/form-data">
Seleccione el archivo a enviar
<br>
<input type="file" name="file">
<br>
<input type="submit" name="Submit" value="Submit">
</form>
</body>
</html>


Reemplaza
algo.cgi por el path y el nombre de tu cgi

Besos Romi