I have the following code in my View that takes the path of the photo, and saves it in the bank.
@using (Html.BeginForm("Upload", "PessoaFoto", FormMethod.Post, new { enctype = "multipart/form-data" }))
{
@Html.Hidden("idPessoa", R...
asked by
13.10.2016 / 22:30