Skip to content

Error when trying to send a request with a multipart file through Bruno #6745

@jan-sieradzki

Description

@jan-sieradzki

I have checked the following:

  • I have searched existing issues and found nothing related to my issue.

This bug is:

  • making Bruno unusable for me
  • slowing me down but I'm able to continue working
  • annoying
  • this feature was working in a previous version but is broken in the current release.

Bruno version

3.0.2

Operating System

macOS 26.2

Describe the bug

When I try to send a request containing a multipart file in the body, the file uploaded from the GUI is likely not included in the request at all, resulting in a MissingServletRequestPartException being thrown with the message Required part 'file' is not present and a 400 Bad Request response being returned. The same request executed by curl works correctly.

.bru file to reproduce the bug

meta {
name: Send multipart file
type: http
seq: 1
}

post {
url: {{url}}/files
body: multipartForm
auth: inherit
}

headers {
Accept: application/json
}

body:multipart-form {
file:
}

Screenshots/Live demo link

Image

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions