usebruno / bruno

Opensource IDE For Exploring and Testing Api's (lightweight alternative to postman/insomnia)
https://www.usebruno.com/
MIT License
27.62k stars 1.28k forks source link

cannot have multiple files in multiform body as of v1.34 #3413

Closed TheEisbaer closed 2 weeks ago

TheEisbaer commented 2 weeks ago

I have checked the following:

Describe the bug

When creating a multipart form and trying to add multiple files in one key-value-pair I can only select one file at a time, see attached video.

Trying to select multiple files with CTRL or SHIFT does not work either.

.bru file to reproduce the bug

No response

Screenshots/Live demo link

https://github.com/user-attachments/assets/099c7760-0270-4cbb-a1ad-7882a5471040

ganesh-bruno commented 2 weeks ago

Hi @TheEisbaer,

Thank you for raising this issue. I was able to reproduce it and found that the latest version of Bruno, 1.34.1, does not support selecting multiple files in the multipart form body.

I will discuss this issue with the engineering team and will get back to you with an update.

anusreesubash commented 2 weeks ago

Hi @TheEisbaer!

This issue has been fixed in our latest release v1.34.2. I am closing this ticket

mikhail-barg commented 1 week ago

Hi! While it's popssible to add multiple files for multipart/form-data body, but the request itself seem to contain only the last file (