[GH-ISSUE #4162] [bug]: pc app not network when choose mulitpart/form-data #1500

Closed
opened 2026-03-16 20:35:21 +03:00 by kerem · 0 comments
Owner

Originally created by @lwxk on GitHub (Jul 2, 2024).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4162

Is there an existing issue for this?

  • I have searched the existing issues

Current behavior

image

Steps to reproduce

it work when clean contentType, my controller is
@PostMapping("/import")
public Response importFile(MultipartFile file, Long mId) {
return fileService.importFile(file, mId);
}

Environment

Production

Version

Local

Originally created by @lwxk on GitHub (Jul 2, 2024). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4162 ### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior ![image](https://github.com/hoppscotch/hoppscotch/assets/32501171/e6393342-d55d-4b94-86f5-7498410654c8) ### Steps to reproduce it work when clean contentType, my controller is @PostMapping("/import") public Response importFile(MultipartFile file, Long mId) { return fileService.importFile(file, mId); } ### Environment Production ### Version Local
kerem 2026-03-16 20:35:21 +03:00
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#1500
No description provided.