Does the tHttpRequest post the file as a separate part? If so does it set the content-disposition part header for the file as the filname? (or do I have to build the content myself and use tREST somehow?)
The website I'm hitting expects the POST to be multi-part, but I'm guessing Talend just includes the content of the file as a single post.