Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uploading multiple files #527

Open
steve-king-ky opened this issue Feb 4, 2022 · 1 comment
Open

Uploading multiple files #527

steve-king-ky opened this issue Feb 4, 2022 · 1 comment

Comments

@steve-king-ky
Copy link

Is it possible (or advisable) to append more than one file to the same name?

For example,

formData.append('my_files', fs.createReadStream('file1.pdf'))
formData.append('my_files', fs.createReadStream('file2.pdf'))
...
@dheerajaggarwal
Copy link

Yes, I think, it is possible to append more than one file using the same name. I have tried it and it is working absolutely fine at my end.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants