I need to add the following field at my form
I create model and describe this field (the las
I solved this problem using enctype="multipart/form-data"
enctype="multipart/form-data"
@using (Html.BeginForm("SalvarEvidencia", "Evidencia", FormMethod.Post, new { enctype = "multipart/form-data" })) { ... }