Posts by Ermenegildo Cumbe • 1 point
2 posts
-
0
votes2
answers1412
viewsA: Request Variable does not return input file
Maybe he’s using Ajax to send the data to the controller. In this case, as there is an input of type file ajax will not send the contents of it. Use Formdata instead of serialize. below I show a…
-
0
votes1
answer139
viewsA: Register N for 1 and N for N?
If I’m not mistaken, the address key is on the civilian side. The sequence of the entities is corecta, but I see a problem on the line: $endereco->civil()->save($civil);. If you want to "set"…