http://www.icyphoenix.es/viewtopic.php?f=41&t=4683&p=24930#p24930
-----------------------------------
invi
Viernes, 14 Julio 2006, 01:59

Respuesta: Formulario Para Que Me Envien Archivos Desde Mi W
-----------------------------------
Bueno, yo te dejo aqui uno.. pero no se si funciona bien, pruebalo antes de ponerlo disponible a usuarios.

[code]<html>
<head>
<title>Formulario de envío</title>
<style type="text/css">
<!--
img {border: 0}
body,td {font-family: Verdana,Arial; font-size: 8pt; color: #000000}
input {font-family: Verdana,Arial; font-size: 7.5pt}
a:link, a:visited {text-decoration: none; color: #2030F0}
a:hover, a:active {text-decoration: underline; color: #D02010}
-->
</style>
</head>

<body bgcolor="#FFFFFF" text="#000000" topmargin="0" leftmargin="0">

      <table width="60%" bgcolor="#EFEFEF" align="center" border="0" cellspacing="0" cellpadding="6">
	<tr>
	  <td align="center">
	    <table border="0" bgcolor="#EFEFEF" cellspacing="5">
	      <tr>
		<td align="right"><b>Nombre:</b></td>
		<td><input type="text" name="nombre" size="50" maxlength="40"></td>
	      </tr>
	      <tr>
		<td align="right"><b>E-Mail:</b></td>
		<td><input type="text" name="email" size="50"></td>
	      </tr>
	      <tr>
		<td align="right"><b>Archivo:</b></td>
		<td><input type="file" name="archivo" size="50"></td>
	      </tr>
	      <tr>
		<td colspan="2" align="center"><small>El tamaño del archivo no puede ser mayor de 4 KBytes</small></td>
	      </tr>
	    </table><br>
	    <b>Mensaje</b><br>
	    <textarea name="mensaje" cols="60" rows="6"></textarea>
	    <br><br>
	    <input type="submit" value="     Enviar     "> &nbsp; &nbsp;
	    <input type="reset" value="     Borrar     ">
	    </form>
	  </td>
	</tr>
      </table>
    </td>
  </tr>
</table>

</body>
</html>[/code]

Va todo en un archivo .html llamalo como quieras..


