Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
kvinoth19991
Contributor II
Contributor II

Rest API - Uploading file has binary in trest component

Hi Team ,

I'm using a API to upload the file in a tool. I use PUT Method to upload the file into the tool ( input file is uploaded in the binary of the body) I tried in POSTMAN and it works fine for me.

0695b00000htca9AAA.png0695b00000htcZzAAI.png

Is there anyway I can upload file as binary in trest component or any other component.

Thanks in advance 🙂

Regards,

Vinoth Kumar K.

Labels (5)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hi

Please refer to these similar posts and try the solutions mentioned in the posts.

https://community.talend.com/s/feed/0D55b00007hQNWLCA4

https://community.talend.com/s/question/0D55b00006vj3IfCAI/upload-json-file-in-req-body-as-a-binary-file

https://community.talend.com/s/question/0D55b00006U0lu5CAB/upload-of-a-csv-file-using-trestclient-http-put-method-http-411-length-required-error

 

Regards

Shong

View solution in original post

2 Replies
Anonymous
Not applicable

Hi

Please refer to these similar posts and try the solutions mentioned in the posts.

https://community.talend.com/s/feed/0D55b00007hQNWLCA4

https://community.talend.com/s/question/0D55b00006vj3IfCAI/upload-json-file-in-req-body-as-a-binary-file

https://community.talend.com/s/question/0D55b00006U0lu5CAB/upload-of-a-csv-file-using-trestclient-http-put-method-http-411-length-required-error

 

Regards

Shong

kvinoth19991
Contributor II
Contributor II
Author

Thanks Shong 🙂 It was very helpful