Binary file type in REST api upload

In postman, we can keep the Body type as Binary and upload a file. How can I do the same in WeWeb?

You need to set the content type to be the desired type. It’s a header you can set when sending a rest request

1 Like