Click to See Complete Forum and Search --> : attach files per e-mail formular


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

khalidali63
03-08-2003, 12:57 PM
There is no way you can send files with email message just using JavaScript and then read the attach file as well.you will have to have another hard core programming language that will read the stream and separate the file from the rest of the message

Cheers

Khalid

kasperltheater
03-08-2003, 01:11 PM
kasperltheater again....
You mean it´s not possible on this way????
But i can send a normal mail too with an attached file...so it must be possible...or?
the mail who is send/activatet over Outlook(or something else) from this formular must ONLY attache a file...it sounds so simple

kasperltheater
03-08-2003, 01:43 PM
**** .... so i must learn cgi and perl!!!!
There are somewhere free skripts?

Tanks for all....

pyro
03-08-2003, 01:52 PM
Free Perl/CGI scripts can be found at http://cgi.resourceindex.com or your could use PHP and go to http://php.resourceindex.com