Posts by Evandro barros • 11 points
5 posts
-
0
votes2
answers125
viewsA: Edit Image in database when field is empty
Thank you all, some suggestion? [HttpPost] [Authorize(Roles = "SuperAdmin, Admin")] public ActionResult Edit(Funcionario funcionario) { if (ModelState.IsValid) { if (funcionario.File != null…
-
1
votes2
answers125
viewsQ: Edit Image in database when field is empty
I have a code that uploads image. In the database worked beautifully. Now I need to make a code that changes the image only when it is selected. That is, in my case, when I change a record, you must…
-
0
votes3
answers138
viewsA: Dynamic dropdown list and comic return image does not work
worked like this: var strUrl = '@Url.Action("GetConcelho", "Funcionario")'; $("#Ilha").change(function () { $.getJSON(strUrl +'/'+ ......
-
0
votes3
answers138
viewsA: Dynamic dropdown list and comic return image does not work
View create : $(function () { $("#Ilha").change(function () { $.getJSON("/funcionario/Concelho/List/" + $("#Ilha > option:selected").attr("value"), function (data) { var items =…
-
0
votes3
answers138
viewsQ: Dynamic dropdown list and comic return image does not work
Dropdown dynamic list and database image return does not work after the application is published on IIS. When Inspecting through the browser I had the following error: HTTP 404.0 error - Not Found…