Forums

Upload files are not being received as attachments

kipp 17 Jun, 2014
:cry: This seems like a question that gets asked alot but so far I really have no idea what I'm doing wrong. It appears all my settings are correct for email and Files upload. When I test the form I received all of the text information (name, emails etc) from the form but the uploaded file consists only of the name. I've attached my debugger below. I'm an ok joomla site builder but this area is a bit confusing for me. I know I'm just overlooking something. It says below that the file was upload but it really wasn't. It was only the name of the file that I received. Please help I'm trying to launch this site.
Array
(
    [chronoform] => Multifamily
    [event] => submit
    [FirstName] => kipp
    [LastName] => gillian
    [Email] => kgillian@hotmail.com
    [Phone] => 949-562-2301
    [dropdown4] => 3
    [Comments] => test
    [captcha] => 
    [button7] => Apply Now
    [UploadCV] => 20140617072843_Kipp_and_Family_Taj_Grandeur_with_Kerala_Backwaters_Experience_Tour.doc
    [link_id] => 0
    [ip_address] => 108.38.55.78
)

Array
(
    [UploadCV] => Array
        (
            [name] => 20140617072843_Kipp_and_Family_Taj_Grandeur_with_Kerala_Backwaters_Experience_Tour.doc
            [original_name] => Kipp_and_Family_Taj_Grandeur_with_Kerala_Backwaters_Experience_Tour.doc
            [path] => /home/ges2/public_html/components/com_chronoforms5/chronoforms/uploads/Multifamily/20140617072843_Kipp_and_Family_Taj_Grandeur_with_Kerala_Backwaters_Experience_Tour.doc
            [size] => 85504
            [link] => /home/ges2/public_html/components/com_chronoforms5/chronoforms/uploads/Multifamily/20140617072843_Kipp_and_Family_Taj_Grandeur_with_Kerala_Backwaters_Experience_Tour.doc
        )

)

Errors

Array
(
)

Debug Info

Array
(
    [9] => Array
        (
            [Files Upload] => Array
                (
                    [0] => Upload routine started for file upload by : UploadCV
                    [1] => /home/ges2/public_html/components/com_chronoforms5/chronoforms/uploads/Multifamily/20140617072843_Kipp_and_Family_Taj_Grandeur_with_Kerala_Backwaters_Experience_Tour.doc has been uploaded successfully.
                )

        )

    [11] => Array
        (
            [DB Save] => Array
                (
                    [Queries] => Array
                        (
                        )

                )

        )

    [0] => Array
        (
            [Email] => Array
                (
                    [0] => An email with the details below was sent successfully:
                    [1] => To:kgillian@gessearch.com
                    [2] => Subject:Multifamily Application
                    [3] => From name:Multifamily Jobs
                    [4] => From email:jobs@gessearch.com
                    [5] => CC:
                    [6] => BCC:
                    [7] => Reply name:
                    [8] => Reply email:
                    [9] => Attachments:
                    [10] => Body:
<table>
<tr><td>First Name:</td><td>kipp</td></tr>
<tr><td>Last Name:</td><td>gillian</td></tr>
<tr><td>E-mail:</td><td>kgillian@hotmail.com</td></tr>
<tr><td>Phone:</td><td>949-562-2301</td></tr>
<tr><td>Apply for position</td><td>3</td></tr>
<tr><td>Comments:</td><td>test</td></tr>
<tr><td>Upload Resume:</td><td>20140617072843_Kipp_and_Family_Taj_Grandeur_with_Kerala_Backwaters_Experience_Tour.doc</td></tr>
<tr><td></td><td></td></tr>
<tr><td></td><td></td></tr>
</table><br /><br />IP: 108.38.55.78
                )

        )

)
GreyHead 17 Jun, 2014
Answer
Hi Kipp,

It looks as though you need to add UploadCV to the attachments box in the Email action.

Bob
kipp 17 Jun, 2014
Wow I spent hours looking for that and it was that easy. Thanks so much
jestyn 05 Mar, 2015
Facing the same problem.

Attached the debuggerdetails.

Text of the attachtment is shown inside the message but the document is not received.

Where do I go wrong?
GreyHead 06 Mar, 2015
Hi jestyn,

It looks as though you need to add bijlage to the Attachments box in the Email action.

Bob
jestyn 06 Mar, 2015
Hi Bob,

In my E-mail action the box attachment files (last box) I also included the permitted file extensions and this was wrong.

Your demo file on the subject was of great hekp.

Do hope you are going to publish more demo files, in particular I am looking for a demo on multiple receivers.

Thans for the great help!
This topic is locked and no more replies can be posted.