Forum Discussion
Trakmaker
4 years agoNew Contributor
Yes
j_angelevski
4 years agoContributor III
Try to add Transfer-Encoding
header as well ( Transfer-Encoding ).
- smudassir4 years agoEmployee
I would say lets refer to the REST PUT API doc for this endpoint and try to set Transfer-Encoding header accordingly.
- Trakmaker4 years agoNew Contributor
Hi @smudassir , It is working when we don’t use a file upload and input stream gets through REST PUT and only the last document is there in the file, but we want the complete data in the file, hence we are trying to load it to a file and upload it back through REST PUT
I’m still getting the below error :
Reason : Transfer-encoding header already present
- smudassir4 years agoEmployee
consider raising a ticket. Provide two pipelines. One that is working without file upload. The other thats failing with file upload.