File uploads not working

How to fix file uploads not attaching to emails in ChronoForms.

Overview

The issue occurs when the accepted file types in the Upload files event are not prefixed with the field name.
Ensure the 'fields configuration' in the Upload files event includes the field name followed by a colon and the accepted file types, for example, 'cv:doc-docx-pdf'.

Answered
br brocars 12 Jun, 2015
chronoforms 4.0.1

can't seem to get files to upload to the server or attach to the email message received.

these are the steps I took.

1 In the Form tag attachment, I entered enctype='multipart/form-data'

2. Added an "Upload files" event in the on-submit event (above email event) with doc-docx-pdf in the "fields configuration" field

3. In the "Attachments fields name" in the general tab in the email event I added "cv" (the field name of the file upload in the form

Did I miss anything??

Thanks, Paul
br brocars 12 Jun, 2015
Answer
forgot to add the field name in front of the accepted file types ie. cv:doc-docx-pdf

all good now

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