Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author bgermann

    (@bgermann)

    To send multiple files, you have to add as many file upload boxes to your form as you want to be uploaded.

    Thread Starter JohnLenon74

    (@johnlenon74)

    It is bad( Thank you for answer.

    Thread Starter JohnLenon74

    (@johnlenon74)

    Hmm.
    Can I add a new input type=”file” through Javascript after selecting the file in the previous input type=”file”? This will work and send files to the email?

    Plugin Author bgermann

    (@bgermann)

    I guess you want to upload a variable number of files. You can’t do this via JavaScript alone, but you can use the cformsII PHP API (see my-functions.php.txt) combined with JavaScript to do it.

    Thread Starter JohnLenon74

    (@johnlenon74)

    Thank you one more time. Your response prompted the decision.
    I created a pre ~20 elements and hide them (display: none). Then, through javascript alternately open them (display: block) 🙂

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Multiple file upload’ is closed to new replies.