Posts by Lucas Henrique • 21 points
2 posts
-
0
votes0
answers94
viewsQ: Send form with file using ajax web api Entity framework
I’m trying to send a file along with the form to the database, but when I send it returns me error 400 bad request, I don’t understand why. Curriculoscontroller // POST: api/Curriculos…
-
2
votes1
answer287
viewsQ: Error calling getLayoutInflater() inside a Fragment
I’m having a problem creating a custom window. The idea is to have a balloon that presents an image and some basic information about a location, with a link to another activity in greater detail.…