Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

i am trying to get resumes from my

Status
Not open for further replies.

LTM

MIS
Dec 18, 2002
12
0
0
US
i am trying to get resumes from my website to my email. the email comes through with an attachment, but the attachment is not quite right, between each character is an extra unreadable character. all the code is what dreamweaver made for me execpt the "mailto line" here is the code that puts the buttons on the submit and browse buttons on the screen
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot;>
</head>

<body bgcolor=&quot;#FFFFFF&quot; text=&quot;#000000&quot;>
<form name=&quot;form1&quot; method=&quot;post&quot; action=&quot;mailto:xxx@xxx.com?subject=Website Response!!&quot; enctype=&quot;multipart/form-data&quot;>
<p>
<input type=&quot;file&quot; name=&quot;file&quot;>
<input type=&quot;submit&quot; name=&quot;Submit&quot; value=&quot;Submit&quot;>
</p>
</form>
</body>
</html>

any help would be appreciated
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top