Title: Upload multiple file
Last modified: August 30, 2016

---

# Upload multiple file

 *  Resolved [mstudioIL](https://wordpress.org/support/users/mstudioil/)
 * (@mstudioil)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/upload-multiple-file/)
 * Can I use one upload file to upload more than one file?
    If I want to upload 
   5 file I need 5 upload file buttons?
 * [https://wordpress.org/plugins/contact-form-7/](https://wordpress.org/plugins/contact-form-7/)

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

 *  [davmerit](https://wordpress.org/support/users/davmerit/)
 * (@davmerit)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/upload-multiple-file/#post-6627522)
 * > If I want to upload 5 file I need 5 upload file buttons?
 * Probably yes :)​​
 * ​​Here is some of the code on one of my forms that has the user submit more than
   one file.
 *     ```
       <fieldset>
       <legend><strong>Attachments</strong></legend>
       Note: all documents can be scanned and saved or typed and saved.
   
       <ol>
       <li><label>Copy of ACT scores document
       [file ACT_scores filetypes:gif|png|jpg|jpeg|pdf /]</label></li>
       <li><label>Copy of SAT scores document
       [file SAT_scores filetypes:gif|png|jpg|jpeg|pdf /]</label></li>
       <li><label>Copy of High School transcript
       [file HS_transcript filetypes:gif|png|jpg|jpeg|pdf /]</label></li>
       <li><label>Typed essay (length 1/2 page (min) to 1 page (max))
       [file essay filetypes:doc|docx|pdf /]</label></li>
       <li><label>Two letters of recommendation</label>
       <ol>
       <li><label>Faculty member with knowledge of applicant's academic
       achievements
       [file letter_1 filetypes:doc|docx|pdf|txt /]</label></li>
       <li><label>Individual with knowledge of applicant's leadership
       qualities and potential
       [file letter_2 filetypes:doc|docx|pdf|txt /]</label></li>
       </ol>
       </li>
       <li><label>Photo of applicant in JROTC uniform
       [file photo filetypes:gif|png|jpg|jpeg|pdf /]</label></li>
       </ol>
       <hr align=left width=20%>
       Depending on attachment sizes, transmission could take a few minutes.
       Be patient.
       </fieldset>
       ```
   
 *  Thread Starter [mstudioIL](https://wordpress.org/support/users/mstudioil/)
 * (@mstudioil)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/upload-multiple-file/#post-6627675)
 * Thanks, I made one upload for each file

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

The topic ‘Upload multiple file’ is closed to new replies.

 * ![](https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255)
 * [Contact Form 7](https://wordpress.org/plugins/contact-form-7/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-7/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-7/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-7/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-7/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-7/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [mstudioIL](https://wordpress.org/support/users/mstudioil/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/upload-multiple-file/#post-6627675)
 * Status: resolved