I'm trying to send a file (a jpeg specifically) using the tHTTPRequest component. The details on using the component are scarce and most posts are rater old.
Where would I attach/link the picture to the tHTTPRequest compenent?
Hi,
Usually, for CSV input source file, we use tHttpRequest component which is able to do the POST file over HTTP protocol with custom headers if needed and then write response of the server to file.
You can use "Post parameters from file" option. It is the attribute which point to file which schould be posted over http.
Best regards
Sabrina