Array send by post form always received as string with first element only in Node js Express with pug

18 views Asked by At

enter image description here

{
  name: 'THERAPY 1',
  testsuites: '65e93cc4950e6a858809348f',
  description: 'UPDATED The pump software shall provide the Maximum Bolus Value therapy setting value upon request from the Pump Controller Interface.'
}

Browser send right array from form but server end req body has only first value as string.

tried with different online solution nothing work.

Please help me to figure out problem.

0

There are 0 answers