I just troubleshooted with my hosting company. Contact 7 says to do the following: You can also change the path of the temporary folder by setting the WPCF7_UPLOADS_TMP_DIR constant in your wp-config.php like this:
define( ‘WPCF7_UPLOADS_TMP_DIR’, ‘/your/file/path’ );
If WPCF7_UPLOADS_TMP_DIR is defined, this directory is used as the temporary folder instead.
Make certain your temporary folder for uploaded files exists and is writable. Otherwise, all file uploading will fail.
When we did that -It re-created the folder. with another .htaccess, with a deny from all line – does anyone have any other suggestions? I get the emails but no attachment – and nothing is in the folder.