Dear Sir
I am trying to create a webpage (running on a local machine) that can create email messages with optional file attachments.
I have a HTML script:
<FORM METHOD="POST"
ACTION="mailto:daiservices@btinternet.com"
ENCTYPE="multipart/form-data">
Attachment: <INPUT TYPE="file"
NAME="attachment" MAXLENGTH=100
ALLOW="application/zip">
<INPUT TYPE="submit">
<INPUT TYPE="reset">
</FORM>
The script functions but the emails it creates have NO ATTACHMENTS!
Please can you suggest a remidy or correct this script and return a version to me that will create emails with attachemts using (MS Internet Explorer 5).
Many thanks for your kind assistance.
JM Graham
daiservices@btinternet.com