This page displays the "Multiple Uploads" demo form. Note that you can actually achieve a multiple file upload using two methods with cfUniForm:

  1. Use cfUniForm's native type="file" (e.g. <uform:field type="file" />).
  2. Set the enctype attribute on the opening form tag (e.g. <uform:form enctype="multipart/form-data">) and use cfUniForm's type="custom" along with your own pure XHTML upload fields. (This option requires cfUniForm 3.5 or greater.)

View the code used to generate the form.

NOTE: The upload functionality has been disabled here on the documention site.


This form utilizes cfUniForm's native type="file" tag.

Files to Upload

This form utilizes cfUniForm's type="custom" tag in conjunction with standard XHTML file fields.

Files to Upload