node-restify icon indicating copy to clipboard operation
node-restify copied to clipboard

Upgrade formidable to parse multipart form arrays

Open s4kh opened this issue 5 years ago • 1 comments

  • [x] Used appropriate template for the issue type
  • [x] Searched both open and closed issues for duplicates of this issue

Restify Version

8.4.1

Expected behaviour

New version of formidable parses arrays correctly https://github.com/node-formidable/node-formidable/issues/33#issuecomment-569480566

Actual behaviour

Now it uses old version which does not follow standard convention for Arrays

s4kh avatar Jan 06 '20 04:01 s4kh

After parsing files is still an object. Is this correct behaviour ?

VictorJozwicki avatar Dec 27 '20 21:12 VictorJozwicki