How can I upload a png through Venom? #880
Unanswered
william-hyy
asked this question in
Q&A
Replies: 2 comments 4 replies
|
Hi, can you try to use executor "exec", with curl to post the image ? |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Hi everyone,
I am trying to attach a png image to my api request and send it out through Venom, but it failed with 400 status code and message 'Invalid file. Only PNG is supported'. I am able to send the request out with the image using Postman, does anyone know how I can fix the issue? Thanks in advance!
Here is my test:
Below is the result of my venom test

Below is my request sent from Postman

All reactions