kasperltheater
03-08-2003, 12:51 PM
hello
i want to send files about a formular per e-mail (no cgi...or something else, only per mail). But it does not works. Outlook only creates a postdata.att(????) and does not attach the wanted file....
Here the code:
<table width="612" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="612">
<form method="post" action="mailto:xxxx@xxxxx.de?subject=Bestellung" action="input_file" enctype="multipart/form-data">
<blockquote>
<table>
<div align="left"><font face="Verdana, Arial, Helvetica, sans-serif" size="3" color="#FF2000">Jetzt noch deine Skizze einfügen, und fertig!</font></div><br>
<input type="file" size=25 name="file_attach" accept="graphic"><br>
<input type="file" size=25 name="file_attach" accept="jpg"><br>
<input type="file" size=25 name="file_attach" accept="text/*"><br>
</table>
</blockquote>
<center>
<input TYPE="submit" VALUE="Absenden"> <input TYPE="reset" VALUE="Eingaben löschen"></center> </p>
</form>
</td>
</tr>
</table>
Where´s the failure? Can somebody help me?
Greetings form Europe
i want to send files about a formular per e-mail (no cgi...or something else, only per mail). But it does not works. Outlook only creates a postdata.att(????) and does not attach the wanted file....
Here the code:
<table width="612" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="612">
<form method="post" action="mailto:xxxx@xxxxx.de?subject=Bestellung" action="input_file" enctype="multipart/form-data">
<blockquote>
<table>
<div align="left"><font face="Verdana, Arial, Helvetica, sans-serif" size="3" color="#FF2000">Jetzt noch deine Skizze einfügen, und fertig!</font></div><br>
<input type="file" size=25 name="file_attach" accept="graphic"><br>
<input type="file" size=25 name="file_attach" accept="jpg"><br>
<input type="file" size=25 name="file_attach" accept="text/*"><br>
</table>
</blockquote>
<center>
<input TYPE="submit" VALUE="Absenden"> <input TYPE="reset" VALUE="Eingaben löschen"></center> </p>
</form>
</td>
</tr>
</table>
Where´s the failure? Can somebody help me?
Greetings form Europe