• I need to add file field to my form which will allow to upload multiple (up to 3) images. Please let me know how to do this. Normally it is achieve with ‘multiple’ attribute, but I can’t see any such option anywhere in the form creator

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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 ??

    bartoszbuk

    (@bartoszbuk)

    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 “https://contactform7.com/file-uploading-and-attachment/#local-file-attachment&#8221; but i cant understand it ?? and i dont know how to do it

    If you know how to do Could you write VERY CAREFULLY????

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Multiple file upload using one input field’ is closed to new replies.