Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 67836

File attachment doesn’t work (SOLUTION)

$
0
0

Replies: 0

1) Follow this: file-uploading-and-attachment

2) Go to your public_html / wp-content / uploads / wpcf7_uploads folder
Here, create a .htaccess file, and add/save this:

# Allow File Attachment From Localhost
order deny,allow
deny from all
allow from 127.0.0.1

After that, try send you a file to your email.


Viewing all articles
Browse latest Browse all 67836

Trending Articles