I'm not sure this is a chronoforms issue, but when I have a form attach a file upload it uploads to the server just fine. But when I try to open it from the email it is corrupted. I have tried this both from an exchange account and from gmail.
Any ideas?
Hi kidbot,
Pretty unlikely that this is a ChronoForms issue, all CF does is move the file from one folder to another.
What kind of files are these and how are they corrupted?
Bob
Thanks for the response.
I was able to figure it out.
It was NOT a chronoforms issue. The problem was phpmailer was corrupting the email attachments, they came out as gibberish.
I was able to fix it by changing the email method in Joomla admin panel from PHP mail function to SMTP server.
Still not sure what changed to trigger the problem, but I did see some post on other sites about the PHP mail function and exchange not playing well together, maybe IT updated the exchange server.
Thanks again.