I get this message with the file upload.
Validation errors occurred. Please confirm the fields and submit it again.
These are my settings..
http://img.skitch.com/20091106-k1cuu2ii9htyc9p988gcb65f3n.jpg
I've read the instructions here.
http://ideasilo.wordpress.com/2008/12/11/file-uploading-and-attachment-with-contact-form-7/
But it seems that I'm missing something.
Anybody know how to solve this?
ty.
http://wordpress.org/extend/plugins/contact-form-7/
Settings are correct.
I suppose you are seeing an pop up error message on the file upload field. What it the message saying?
Thanks for the help.
These are the error messages that I get.
Failed to upload file.
Validation errors occurred. Please confirm the fields and submit it again. (in yellow)
http://img.skitch.com/20091108-td91x967xafut7ra3umnjhb3bk.jpg
This is the site with the contact form.
http://designertalk.nl
Check your setting in "Settings" > "Miscellaneous" : "Store uploads in this folder". What is the current value of it?
If the value is 'wp-content/uploads', Contact Form 7 will automatically create 'wp-content/uploads/wpcf7_uploads' for temporary folder for uploaded files. Sometimes it fails because of insufficient writing permission for the parent folder. Check if the folder exists and is available.
That did the trick!
the folder wp-content/uploads/wpcf7_uploads didn't exist.
Thank you very much!