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.
Added By: Twjones at: 9/18/2017 4:07:15 PM Why does model binding fail when with the Upload Control when:
settings.EnableDragAndDrop = True ?
- Set the corresponding Model property of the "IEnumerable<UploadedFile>" type;
- Set the UploadControlSettings.Name property equal to this related Model property.
Question Comments
Added By: Twjones at: 9/18/2017 4:07:15 PM Why does model binding fail when with the Upload Control when:
settings.EnableDragAndDrop = True ?