22
Views
3
Comments
Solved
response seems not find a binary file
Question
Application Type
Reactive
Service Studio Version
11.54.42 (Build 63111)
Platform Version
11.25.0 (Build 41743)

Hi, sorry I really need some help from everyone here 🙏


I have converted a list into an excel using this function :-


and now that binary file I will like to POST on API using multi form-data.
I have tested using POSTMAN, it seems to get the response that I want.

but when I run on the Outsystems, it returns error " Exception Details = System.Exception: No File Chunk found in HttpRequest.Files[""Slice""]".


Below is the response that I have created:-





can someone help me for this? Much appriciated.


UserImage.jpg
Syakir
Solution

Hi, I've manage to solve my current problem by using forge to send a binary file to the API.

Im using this forge currently.

https://www.outsystems.com/forge/component-overview/4026/multipart-form-data

2024-01-20 15-06-42
Gustavo Woltmann

I am also wondering about this as well.

UserImage.jpg
Syakir
Solution

Hi, I've manage to solve my current problem by using forge to send a binary file to the API.

Im using this forge currently.

https://www.outsystems.com/forge/component-overview/4026/multipart-form-data

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