Hello,
Using PB 2022 R3
Need to a call API which sends a file along with other parameters. It could be successfully sent from Postman using form-data, where there is an option to enter text or select a file option.
Now need to send the same using HTTPClient.
The last one document_file is actually a file name from local storage. There is an option to select the file in Postman. WHen I tried to hard-code the full file name,