[GH-ISSUE #4065] [bug]: incorrect multipart/form-data body #1448

Closed
opened 2026-03-16 20:22:08 +03:00 by kerem · 1 comment
Owner

Originally created by @kszinhu on GitHub (May 14, 2024).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4065

Is there an existing issue for this?

  • I have searched the existing issues

Current behavior

When I add this form-data:

document[title]: some_value
document[kind]: some_value
document[file]: <file>

was send only document[file] without other body content

image

Steps to reproduce

  1. Add a POST request with a multipart/form-data
  2. Add body:
     any[field_1]: some_value
     any[field_2]: <file>
    
  3. Send a request

LOGS (?)

image
image

Environment

Production

Version

Local

Originally created by @kszinhu on GitHub (May 14, 2024). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4065 ### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior When I add this form-data: ``` document[title]: some_value document[kind]: some_value document[file]: <file> ``` was send only document[file] without other body content ![image](https://github.com/hoppscotch/hoppscotch/assets/66069923/23c77c58-ef17-45dc-b734-8972a5ee2f1d) ### Steps to reproduce 1. Add a POST request with a `multipart/form-data` 2. Add body: ``` any[field_1]: some_value any[field_2]: <file> ``` 3. Send a request ## LOGS (?) ![image](https://github.com/hoppscotch/hoppscotch/assets/66069923/f8b3b8a9-6677-477f-aaa6-fccd451cba24) ![image](https://github.com/hoppscotch/hoppscotch/assets/66069923/125892c1-093c-47c2-8902-5f0cb9ceac6f) ### Environment Production ### Version Local
kerem 2026-03-16 20:22:08 +03:00
Author
Owner

@kszinhu commented on GitHub (May 14, 2024):

Same issue: #3695

<!-- gh-comment-id:2110243011 --> @kszinhu commented on GitHub (May 14, 2024): Same issue: #3695
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#1448
No description provided.