Files to look at:
This example illustrates how to bind UploadControl (its posted files) with a Model property:
- Set the corresponding Model property of the "IEnumerable" type;
- Set the UploadControlSettings.Name property equal to this related Model property.