Http Request Activity does not contain the dedicated multipart editor

Hello!

I am trying to send a file upload using the HTTP Request activity. I am using Studio Community 2024.2.1 and using the latest UiPath.WebAPI.Activity (1.20.1).

The documentation and video I can find online points toward using a dedicated multipart editor which can be configured to use Multipart form data, using a file type and specifying the mime type.

Without the editor, what I have read so far is that I should construct my multipart form data myself and send it in the body. However it seems to be the “old” way of doing things and would much rather using the new ruggedized version of the HTTP Activity.

Any idea of what I should be doing to see the Multipart Form Data editor to configure properly the body of the HTTP Request Activity ?

Hi!

Could you take a screenshot of what you have vs what you are expecting to have?

Thanks for following up. I ended up understand what the problem was.

I was using a CrossPlatform project which contains certain limitations towards the HTTP Request Activity that the Windows counterpart doesn’t.

Migrating to a Windows project solved the problem :slight_smile:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.