Posts by Arthur Ferreira • 39 points
2 posts
-
1
votes1
answer2051
viewsA: How to make the Multiple file input field in a second selection keep the previously selected files?
I think you could use an Event Listener as in the example I made below. So, in each new input, you add a File, or more, in the Array inputFiles. By clicking on Remove File is deleted from array.…
-
2
votes2
answers61
viewsA: Nodejs, Connection log
I could be wrong but the correct syntax is with the body in tiny: res.body Check if you are sending the body through the res.send(req.body) to access through Sponse…
node.jsanswered Arthur Ferreira 39