File Upload question

How to fix ChronoForms file uploads not attaching to emails.

Overview

The issue occurs when AJAX submission is enabled in the form rendering action, which can interfere with the file upload process.
Disable the AJAX submit option in the HTML Render form action within your CF form setup to allow files to upload and attach correctly.

Answered
ChronoForms v5
ja jackie 31 Mar, 2017
Hi - I'm stumped after many tries and reading of the forum -

I'm not receiving the attached file in the email, it's not being written to the default folder.

According to here:
https://www.chronoengine.com/faqs/53-cfv4/cfv4-file-uploads/2677-how-can-i-validate-and-debug-file-uploads.html
I should see info about the form in Debug - I'm not seeing this.

Default folder is permission 777.

In designer, field name and id are "file_upload"

Order of operations in Setup:
ON LOAD:
load css
load captcha
HTML render form
ON SUBMIT:
Files UPload
On Success empty
On Fail event loop
Debugger
Email Results to Admin
Display message

In email settings, box "attachment files" reads file_upload, which is the field name.

I'm receiving the email - but the field of label"Upload Purchase Order if available" is empty.

Thanks for your help -
Jackie
ja jackie 01 Apr, 2017
Answer
1 Likes
Solved -
after digging the forum - I found this:
https://www.chronoengine.com/forums/posts/f3/t99000.html

"Please try turning off the AJAX submit in the HTML (Render form) action - "

Whew! Works now.
Hope this is helpful to someone else -
za zaplcgn 19 Feb, 2018
the link doesn't exist anymore

how did you solve it?

because i have the same problem: no file upload😟
This topic is locked and no more replies can be posted.