I am using automatically created "Create" asp.net MVC view in which I have populated fields for underlying object.
Problem is that my object has property of type Image, and i Don't know how to populate it. I've tried to use file upload, but I don't know how to reference it from controller.
Thanx, V