If the TIF attachment is going to be the same each time you could create an Outlook template (.oft) and post that on your web. But then again that is assuming that everyone accessing the web page uses Outlook.
Apart from that I think something like this my work but it may only work for netscape.
<FORM ACTION="mailto:someone@somewhere.com?subject=REPORT"
METHOD="POST" ENCTYPE="multipart/form-data">
<INPUT TYPE="FILE" NAME="myReportFile" SIZE="70"><BR>
<INPUT TYPE="SUBMIT">
</FORM>
This is more of an HTML question that really is going to be beyond my meager skills.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.