Open stephane-archer opened 2 weeks ago
Hi @stephane-archer Are you requesting that Bruno handle binary files in the body like this, where the file is treated as a file upload and the "Select Files" button is displayed in the value field, as shown in the screenshot?
Exactly, I don't expect people to copy paste binary data into Bruno, that data is probably already in a file
Thanks for confirming! We will get this fixed. I will update you on the progress.
I have checked the following:
Describe the bug
Here is a simple OpenAPI definition:
originalVideoFile
is imported as a param in the body, not as a file. but in the definition we can see thatoriginalVideoFile
is a binary data:Is it my OpenAPI definition that is not correct? or that Bruno should consider
binary
data as a file here?.bru file to reproduce the bug
No response
Screenshots/Live demo link