# Upload multiple files with form-data

**URL:** https://discourse.nodered.org/t/upload-multiple-files-with-form-data/79180
**Category:** General
**Created:** [13 June 2023 19:41 UTC](https://discourse.nodered.org/t/upload-multiple-files-with-form-data/79180 "2023-06-13T19:41:46Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![psutak](https://avatars.discourse-cdn.com/v4/letter/p/b487fb/32.png) [@psutak](https://discourse.nodered.org/u/psutak)
#### Post date: [13 June 2023 19:41 UTC](https://discourse.nodered.org/t/upload-multiple-files-with-form-data/79180/1 "2023-06-13T19:41:46Z")

</div>

Hello, I'm trying to upload multiple files with aditional form-data. When I send the data using Postman to 3rd party rest api, everything is fine.

When I inspect Postman request, I see this:

 ![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/d/9/d9b8b615e40f08b5f3ca2a662f58668d434ab141.png)

But when sending the same data from node-red (http-request node), the form data is serialized as a string and not as an array

 ![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/7/b/7b8563d240e424717a29cd7c76034e1ef3eaa62c.png)

Is it possible to somehow achieve the same behaviour as the postman does

Thanks.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [12 August 2023 19:42 UTC](https://discourse.nodered.org/t/upload-multiple-files-with-form-data/79180/2 "2023-08-12T19:42:37Z")

</div>

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.
