Mail with attatchment doesnot work

herms049 11 Mar, 2008
Hello,

I use the latest version of Chronoforms V2.5 J1.5 RC2 and Chronoforms Mambot V5 for Joomla 1.5.

I made a job-form with a possibility to attatch a word-document.

The mail works fine, but i can't getthe attatchment to work.
When i put debug = on. You see something like this:

From: webserver.com [mrx@webserver.com]
To: mrx@webserver.com
Subject: Job Proces Engineer


Name: J.Jansen 
email 1@hotmail.com 
tel 1213445 
Attatchment P:\\WEBSITE\\cv.doc 
Motivation Testtest 
Submit Verzenden 
reset 



It does send the mail, but not the attatchment (cv.doc), and that is all i want.

Can anyone help me with this problem?

Here some code:

<table width="540" border="0" cellspacing="0" cellpadding="0">


  tr>
    <td><span class="test">*</span>Name:</td>
    <td><input type="text" name="name" id="name" /></td>
  </tr>
  <tr>
    <td><span class="test">*</span>e-mail:</td>
    <td><input type="text" name="email" id="email" /></td>
  </tr>
  <tr>
    <td><span class="test">*</span>Phone:</td>
    <td><input type="text" name="phone" id="phone" /></td>
  </tr>
  
  <tr>
    <td>CV:</td>
    <td><INPUT TYPE=FILE SIZE=40 NAME="Attatchment"></td>
  </tr>
  <tr>
    <td>Motivation:</td>
    <td><label>
      *Some tekst:<br />
      <textarea name="motivation" cols="40" rows="6" id="motivation"></textarea>
    </label></td>
  </tr>
  <tr>
    <td><label><input type="submit" value="Send" name="Submit" /></label></td>
    <td><label><input type="reset" value="reset" name="reset" /></label></td>
  </tr>
</table>
Vermillion 01 Apr, 2008
i have the same problem...
GreyHead 01 Apr, 2008
Hi Vermilion,

Which version of CF & Joomla are you using? Have you read the FAQ here about file uploads?

Bob
This topic is locked and no more replies can be posted.