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