Hi,
I've got a contact form, which, thanks to the help of some of you, works lovelyly (it's a real word!!!). However, I want the user to be able to attach a document to the message that is generated by clicking the submit button.
I've trawled around and I can't find anything that addresses my requirements. I've got an asp.FileUpLoad but I can't find the vb to make it work.
Code below.
Can you help?
<table style="padding: 15px 5px 5px 5px; font-size: 15px; background-color: #FFF;
width: 390px; margin-left: 0px; font-family: Calibri; font-weight: lighter;">
<tr>
<td>
What is your postcode?
<asp:TextBox ID="txtPostCode3" runat="server" BorderColor="#CCCCCC" BorderStyle="Solid"
...
Go to the complete details ...