179
Views
4
Comments
Post a file in an external API
Question

I want to send a file in an external API. I tried using  following components:

1. Multipart/form-Data upload. 

2. Multipart/form-Data.

File is going through but it is not received at the external system and it is also not returning any response. 

Can any one help me on this!

Thanks in Advance.

2017-07-15 18-41-36
Sachin Mahawar

Hi,

Earlier I have used this below extension from forge, and it worked for me. Can you please try it out if it works.

Sachin

MultipartUpload_v2.xif
2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Hi Sachin,

Please don't upload Forge assets to the forum, link to the Forge component instead (unless it's no longer available of course).

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Yes, I think my multipart/form-data component is the best way to go. We've been using it succesfully to connect to various REST services. The tricky part is always how to send the other data that's typically required.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.