This page displays the "Multiple Uploads" demo form. Note that you can actually
achieve a multiple file upload using two methods with cfUniForm:
- Use cfUniForm's native type="file" (e.g. <uform:field type="file" />).
- 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.