Forums

Upload file is not working

illambi 10 Jun, 2015
I created a form with upload field. I test the form without it and works ok, but the uploaded file is not being attached to the email.
I find the file in the default file folder /components/com_chronoforms5/chronoforms/uploads/[form_name] and is not there. I setup 777 rights to that a folder in order to avoid permission issues.

I review the email and file settings. I drag the debug component, but there is no message about the selected file.


You can see my settings in a file attached.

Has anybody an idea? I spent 4 hours in a row reviewing this, is late and need to sleep! :?

Here you have the debug text:
Array
(
    [1] => Array
        (
            [Email] => Array
                (
                    [0] => An email with the details below was sent successfully:
                    [1] => To:illambi@gmail.com
                    [2] => Subject:Curriculum Vitae para Corfone SA
                    [3] => From name:Corfone SA
                    [4] => From email:informes@corfonesa.com.ar
                    [5] => CC:
                    [6] => BCC:
                    [7] => Reply name:
                    [8] => Reply email:
                    [9] => Attachments:
                    [10] => Array
                        (
                        )

                    [11] => Body:
<p>Sres de RRHH:</p>
<p>Un usuario a enviado su Curriculum Vitae desde el sitio web corfonesa.com.ar.</p>
<p> </p>
<p>Nombre y Apellido: ines</p>
<p>Email: illambi@gmail.com</p>
<p>Comentarios: test</p>
<p>Curriculum: ver adjunto</p>
<p> </p>
<p>Este mensaje es enviado automaticamente desde el sitio. Para responder al aplicante hagalo usando los datos incluidos en el CV.</p>
<p> </p>
<p>Sitio web</p>
<p>Corfonesa.com.ar</p><br /><br />IP: 181.114.137.123
                )

        )

)


thanks for your help!

Ines
GreyHead 10 Jun, 2015
Hi Ines,

Please post the whole of the Debugger output - there is only the email part here.

Bob
illambi 10 Jun, 2015
Hi GreayHead,
Here is the full debug info:

Data Array
Array
(
    [chronoform] => adjuntar_curriculum
    [event] => submit
    [NomyApe] => Ines
    [Email] => illambi@hotmail.com
    [Comentarios] => test
    [button2] => Enviar
    [adjuntar_curriculum] => 
    [ip_address] => 181.114.137.123
)
Array
(
)
Errors
Array
(
)
Debug Info
Array
(
    [1] => Array
        (
            [Email] => Array
                (
                    [0] => An email with the details below was sent successfully:
                    [1] => To:illambi@gmail.com
                    [2] => Subject:Curriculum Vitae para Corfone SA
                    [3] => From name:Corfone SA
                    [4] => From email:informes@corfonesa.com.ar
                    [5] => CC:
                    [6] => BCC:
                    [7] => Reply name:
                    [8] => Reply email:
                    [9] => Attachments:
                    [10] => Array
                        (
                        )

                    [11] => Body:
<p>Sres de RRHH:</p>
<p>Un usuario a enviado su Curriculum Vitae desde el sitio web corfonesa.com.ar.</p>
<p> </p>
<p>Nombre y Apellido: Ines</p>
<p>Email: illambi@hotmail.com</p>
<p>Comentarios: test</p>
<p>Curriculum: ver adjunto</p>
<p> </p>
<p>Este mensaje es enviado automaticamente desde el sitio. Para responder al aplicante hagalo usando los datos incluidos en el CV.</p>
<p> </p>
<p>Sitio web</p>
<p>Corfonesa.com.ar</p><br /><br />IP: 181.114.137.123
                )

        )

)


Thanks for your help!

Ines
GreyHead 10 Jun, 2015
Hi Ines,

There is no evidence of an Files Upload action there, do you have one in the form ON Submit event?

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