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>
Thanks, I made one upload for each file