djfox
01-27-2004, 01:39 PM
I`ve got a working e-mail form going where users can edit pictures they have already sent to the site. I currently use a free e-mail form service for them to send in pictures BUT it has a limitation, the users cna only fill out that form 10 times!
So I wanted to make a picture submission form myself but am having toruble getting the bloody thing to send me the picture. The code currently:
<FORM NAME=Tools3 ACTION="mailto:DJFox@comcast.net?subject=Upload Image" METHOD="post" ENCTYPE="text/plain">
<INPUT NAME=" " TYPE=TEXT VALUE="Your Name" SIZE="" MAXLENGTH="50">
E-mail Address to contact you by:
<INPUT NAME="E-mail" TYPE=TEXT VALUE="" SIZE="">
Picture:
<INPUT NAME="filename" SIZE=50 TYPE=FILE>
<INPUT NAME="Submit" TYPE=SUBMIT VALUE="Submit"><INPUT NAME="Cancel" TYPE=RESET VALUE="Cancel"></FORM>
All I get is either an e-mail message that says "filename=C:\A_Website\New\load\thumbnail_211.jpg" instead of an attached picture or an e-mail with an attachment POSTDATA.ATT that is totally unreadable.
Anyone how to fix this problem & make it so it send the picture as attachment along with the field info properly?
So I wanted to make a picture submission form myself but am having toruble getting the bloody thing to send me the picture. The code currently:
<FORM NAME=Tools3 ACTION="mailto:DJFox@comcast.net?subject=Upload Image" METHOD="post" ENCTYPE="text/plain">
<INPUT NAME=" " TYPE=TEXT VALUE="Your Name" SIZE="" MAXLENGTH="50">
E-mail Address to contact you by:
<INPUT NAME="E-mail" TYPE=TEXT VALUE="" SIZE="">
Picture:
<INPUT NAME="filename" SIZE=50 TYPE=FILE>
<INPUT NAME="Submit" TYPE=SUBMIT VALUE="Submit"><INPUT NAME="Cancel" TYPE=RESET VALUE="Cancel"></FORM>
All I get is either an e-mail message that says "filename=C:\A_Website\New\load\thumbnail_211.jpg" instead of an attached picture or an e-mail with an attachment POSTDATA.ATT that is totally unreadable.
Anyone how to fix this problem & make it so it send the picture as attachment along with the field info properly?