My company just switched hosting to GoDaddy and now our contact form keeps displaying a Validation Error when trying to send an email with a file attached. I have checked both the wpcf7_uploads and the uploads folder and they both have the appropriate permissions to read, write, and execute. I have also made sure that the sender email uses the domain (comfleet.info) Here is a look at the form:
<p>Your Name (required)
[text your-name] </p>
<p>Your Email (required)
[email* your-email] </p>
<p>Subject
[text your-subject] </p>
<p>Fax Number (required)
[tel* tel-647]
<p>Upload PDF</p>
[file file-742 filetypes:pdf]
<p>Your Message
[textarea your-message] </p>
<p>[submit "Send"]</p>
Any suggestions would be greatly appreciated.