I am having this issue as well. I want users to be able to send me multiple uploads, but I can’t seem to make it work. I tried
[your-file][your-another-file]
But I think I am doing something wrong because it doesn’t seem to work. I have some coding experience, but not a lot. Do multiple files have to be sent as one zip?
Ok, I think I figured out what I was doing wrong. I was using the same file number (because I’m an idiot). So I set up 4 different file profiles:
In the form code section: <label> Attach a file
[file file-927 limit:3mb filetypes:doc|docx|txt] </label>
<label> [file file-913 limit:3mb filetypes:doc|docx|txt]<label>
<label>[file file-914 limit:3mb filetypes:doc|docx|txt]<label>
<label>[file file-915 limit:3mb filetypes:doc|docx|txt]<label>
In the mail attachment section: [file-927][file-913][file-914][file-915]
Success!! Hope this helps you 🙂
Hi
Could you known how can add file from wordpress directory:
My web is http//123456.pl i have a file directory in my ftp /wordpress/wp-content/files and in this directory i have files: TEST_1.pdf, TEST_2.pdf, TEST_3.pdf
In form window i put:
[file file-770][file file-771][file file-772]
In email/attachments window i put:
[file-770][file-771][file-772]
i read the “http://contactform7.com/file-uploading-and-attachment/#local-file-attachment” but i cant understand it 🙁 and i dont know how to do it
If you know how to do Could you write VERY CAREFULLY????