Forums

No attachments after submitting form

snadowitz 03 Jul, 2007
Hi - I made a form and I think I have the correct tags and stuff filled in. The write permissions on the upload directory are also set correctly. After I fill in the form and hit submit the mail is sent OK - BUT.........no attachment - even though I selected one in the dialogue. I am hosted with GoDaddy if it is any clue.

Form code is as per below:-

<form name="ChronoContact_Enquiry" method="post" action="index.php?option=com_chronocontact&task=send&chronoformname=Enquiry" enctype="multipart/form-data">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td>

<input name="Name"><br>
<br>
<input name="E-Mail Address"><br>
<br>
<textarea cols="20" rows="6" name="Message"></textarea><br>
<br>
<input name="Attachment" type="file"><br>
<br>
<input type="submit">
</td>
</tr>
</table>

</form>


Any help appreciated

Snads
snadowitz 03 Jul, 2007
By the way - I don;t see a tab that says "allow uploads" in the form data edit pages - this is the issue I guess........ But why don't I see the tab?
GreyHead 03 Jul, 2007
Hi snadowitz,

Here's the tab you should see from v 2.4.1 on.

Bob

<br><br>Post edited by: GreyHead, at: 2007/07/03 11:10
snadowitz 05 Jul, 2007
OK - upgraded to 21st June version and now it has the tab and it works OK.
This topic is locked and no more replies can be posted.