I have checked the following:
This bug is:
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

I have checked the following:
This bug is:
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
MissingServletRequestPartExceptionbeing thrown with the messageRequired part 'file' is not presentand a400 Bad Requestresponse 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