13/07/2002, 00:40
|
| | Fecha de Ingreso: agosto-2001
Mensajes: 315
Antigüedad: 23 años, 4 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 |