Replies: 2 comments 2 replies
-
Currently not supported, but hope it will be soon available see discussion here: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Great project. We are excited to use Bruno and replace our current tooling based on Postman. But we got stuck in one of our tests.
How can we emulate a front-end request that would send a PDF file as part of a formData?
We tried to use the Node fs.readFileSync function to load the file content from the filesystem as an env var to be consumed by the request, but Bruno considered both fs and readFileSync "undefined".
In Postman today we just load the file in the IDE GUI.
Is there a way to solve that? Thank you very much for your help.
Beta Was this translation helpful? Give feedback.
All reactions