PipedreamHQ / PipedreamHQ/pipedream

[FEATURE] multipart/form-data file upload should support multiple file uploads

Open
#482 0 comments 0 reactions 0 assignees View on GitHub
enhancement tracked internally triaged
Dominant language
JavaScript
Stars
11.7k
Forks
5.8k
Avg merge
3d 10h
Merged PRs (30d)
102

Description

Currently, if I'm using the [`multiple` attribute of a file `` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#multiple) in a browser, uploading multiple files fails to work - I only see the Pipedream file URI for _one_ of the uploaded files in the incoming HTTP payload at `event.body`.

I'd like the ability to upload multiple files in this manner, and retrieve the Pipedream temporary file URIs for each uploaded file.

To replicate the issue, create a form like so and add your Pipedream workflow's HTTP endpoint URL in the `action`:

```html

Select files to upload:



```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.