Answer the question
In order to leave comments, you need to log in
How to send an array from a form. Node.js + Express 4.0
Good afternoon.
I use Node.js + Express 4.0
There is a form of such look.
<form action="/profile/edit" method="post">
<input type="text" name="[profile][first_name]"/>
<input name="[profile][surname]" type="text"/>
<input type="submit" value="Отправить">
</form>
{
profile:[
first_name:"Some value",
surname:"Some value"
]
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question