Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
JBN
Contributor
Contributor

tFileFetch multiple form fields to send

Hello,

I'm facing an issue, I need to send a file to a rest API, so I use tFileFetch component.

The issue is that I need also to send others form fields into the body, but this component takes only a file.

There is setting part but it's not inside the body.

Others components don't take a file to be send, I don't find how to do.

I put also screenshot of postman which it works

I need to reproduce this curl command :

curl --request POST \

--url https://example.ilucca.net/timmi-absences/api/public/services/v1.0/leaveEntitlementsImport \

--header 'Accept: application/json' \

--header 'Authorization: 123' \

--header 'Content-Type: multipart/form-data' \

--form File= Path on my file to send \

--form Description= Some text\

--form ReferenceDate= 2023-11-09

Thanks for your help

Labels (3)
0 Replies