Answers for "httppostedfilebase in mvc getting null"

1

httppostedfilebase file is null

@using (Html.BeginForm("<action>", "<controller>", FormMethod.Post, new { enctype = "multipart/form-data" }))
Posted by: Guest on December-12-2020

Browse Popular Code Answers by Language