Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[bug]: When attempting to upload regular parameters and Excel files to a post API, the interface failed to receive the file stream parameters. #5511

@zhaoqiang1024

Description

@zhaoqiang1024

Is there an existing issue for this?

  • I have searched existing issues and this bug hasn't been reported yet

Platform

Desktop App

Browser

Chrome

Operating System

macOS

Bug Description

I was attempting to call a POST API that requires multiple standard field parameters and a MultipartFile file field. However, the API call failed to retrieve any of the required parameters.
hoppscotch interface configuration:
Image
Code for receiving parameters in the interface:

Image Image The framework utilizes Spring Boot. However, we observed that this parameter handling method fails to work with multipart/form-data or application/x-www-form-urlencode formats. The only viable approach is to append the parameter value in the format after the URL, which is supported by Postman.

Deployment Type

Hoppscotch Cloud

Version

Version 25.9.1 (20251001.065947)

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingneed testingNeeds to be tested before merging onto production

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions