I am trying to automate attaching a form data pdf file in Postman. Can it be done using raw in Postman? Please assist. Thank you!
Files can only be uploaded using the 'binary' and 'form-data' option. Postman considers raw data as a string.
To upload a file using postman, you begin by calling the API using a POST HTTP request. This launches a Postman template. After calling the API, create a file processing method under the collections tab. On this tab, you have options to upload, download, or visualize your file.
Files can only be uploaded using the 'binary' and 'form-data' option. Postman considers raw data as a string.
Have a look at the documentation for a complete list of options Postman provides: https://www.getpostman.com/docs/postman/sending_api_requests/requests
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With