I am trying to upload a PDF file to a Sitecore Media Library.
I managed to do this very easily with Postman. My files get uploaded without any issue.
After many research in Talend, I've tried to use the component tFileFetch.
So some reason I can' t explain, I get a HTTP 200 - OK response in the header but in the body I get :
{
"statusCode": 400,
"error": {
"message": "No files are being uploaded"
}
}
It seems like the component is ignoring the parameters (file) that I am sending. Below are some screenshots showing how I've setup the tFileFetch component.