VBA code to upload file to an API

Sreeram Krishna

New member
Local time
Today, 07:37
Joined
Aug 25, 2021
Messages
2
I am creating a file using VBA code, now the requirement is to upload this file to an external API. It will be a post call to this API and the file needs to be uploaded as part of form-data to the API call. Please help. I am not able to find any VBA example for this need.
 
Attached is the image of the httpPoster for the API call where the file is attached as part of the API Post request.
 

Attachments

  • Masked poster.PNG
    Masked poster.PNG
    486.4 KB · Views: 312
If you can find a vb.net sample, we can probably convert it for you.
 

Users who are viewing this thread

Back
Top Bottom