Posting file content

This type of POST sends the contents of a file in the body of the POST request.
Prerequisites: You are connected to the station.
  1. Expand HttpClient > Request Body > Source.
    Image
  2. For Source Type, select FileSource from the drip-down list.
  3. Browse for or enter the File Ord.
  4. Right-click HttpClient and click Actions > Send.
    The file contents become the body of the POST request.
    Image

    Once again, the ContentType auto header attempts to make a best guess from the first bytes of the file, and Content-Length is set.