[GH-ISSUE #3067] [feature]: post with multipart/form-data and JSON #1002

Open
opened 2026-03-16 18:01:08 +03:00 by kerem · 1 comment
Owner

Originally created by @jinhokwon2023 on GitHub (May 19, 2023).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3067

Is there an existing issue for this?

  • I have searched the existing issues

Summary

Hoppscotch does not support post with multipart/form-data, JSON

for example

curl -v -H "Content-Type:multipart/form-data" 
        -F "someName={\"your\":\"json\"};type=application/json".  <-- not support
        -F "userid=1" 
        -F "filecomment=This is an image file" 
        -F "image=@/home/user1/test.jpg" 

Why should this be worked on?

test when post both attachfile and json body.

Originally created by @jinhokwon2023 on GitHub (May 19, 2023). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3067 ### Is there an existing issue for this? - [X] I have searched the existing issues ### Summary Hoppscotch does not support post with multipart/form-data, JSON for example ```sh curl -v -H "Content-Type:multipart/form-data" -F "someName={\"your\":\"json\"};type=application/json". <-- not support -F "userid=1" -F "filecomment=This is an image file" -F "image=@/home/user1/test.jpg" ``` ### Why should this be worked on? test when post both attachfile and json body.
Author
Owner

@Cydroz commented on GitHub (Nov 1, 2024):

Old issue but I'd like to see this feature get added. Postman has this capability.

<!-- gh-comment-id:2451478061 --> @Cydroz commented on GitHub (Nov 1, 2024): Old issue but I'd like to see this feature get added. Postman has this capability.
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#1002
No description provided.