I'm using a multi-part POST message to try and get a file attached to a specific record but getting an error. What is the precise HTTP format needed to get a file uploaded and attached to a record with a filename?
The documentation refers to &content=<file stream> in what appears to be the url and the sample Java code shows a multipart example. Can you post the specific header and body formats needed.
Thanks.