I'm testing HTTP POST file upload with postman, with 2 text parameters and 1 file parameter.
I could get raw request body, but I want to know what exactly the content of file is. Is it sent as base64? or as text stream?
I'm testing HTTP POST file upload with postman, with 2 text parameters and 1 file parameter.
I could get raw request body, but I want to know what exactly the content of file is. Is it sent as base64? or as text stream?