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.
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
Hey Syakir,
Did you take a look at this documentation ? https://success.outsystems.com/documentation/11/extensibility_and_integration/rest/consume_rest_apis/consume_one_or_more_rest_api_methods/consuming_a_rest_api_with_a_multipart_or_form_data_method/?_gl=1*runws0*_ga*MjQ3ODgyMzI0LjE3MDQ5MzAwOTc.*_ga_ZD4DTMHWR2*MTcwNTYyNTA4MC45LjAuMTcwNTYyNTA4MC42MC4wLjA.
Best Regards
I am also wondering about this as well.