I added the "upload" field to my form and limited it to jpg & tiff's. I have it set to 250mb and 10 images max.
When running the form, it uploads fine and creates the thumbnails of the images into a tiff of the Form, which is stored into the repository.
What fails is that the "upload" document, which I place in a separate directory, only stores the last image that I've uploaded. It drops all other uploaded files - even if they have the same extension.
How do I correct this?