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

    (@mstudioil)

    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.