HTTP Request can´t send file as Body

Hi:
I’m trying to setup HTTP Request activity in order to PUT a pdf file. The API is expecting the pdf file as Body.
I see that I can only put text (String) in the Body property of the activity. Any ideas?

Thanks!

1 Like

Hi
Welcome to UiPath community
Yah we need to send the input to the web application we want either in XML air JSON string format along the BODY property
Before sending the string to API. Heck once which format the application actually takes in

For more details (last three comments)

Cheers @Gabriel_Marin

Thanks it is working fine. I use Attachments property to include the file and Headers to indicate Content-Type

1 Like

Great
Cheers @Gabriel_Marin