❔ CRud in .net core mvc Image file return as null from view to controller
I am doing crud of registration which includes submitting and dynamically retrieving all kinds of ui control like checkboxes dropdownbox text field and image file.
Created table in db and scaffolded the model. And I wrote the action methods in controller.But no loading in page.In create submitting method, modelstate.IsValid is false. I have 5 field Id(pk,identity ) Name Email Gender(dropdown) Mobile Country(checkboxes multiple selections) ProfileImage(Image file)