file download Rest API, is it possible to download file by stream instead of base64 characters

0
Hello buddies we generated Rest API for file downloading, but it is a Json file, is it possible to provide stream for downloading? 
asked
2 answers
0

Did you see this post: https://forum.mendix.com/link/questions/104097 ?

Here the filedocument is transferred without the use of base 84.

Regards,

Ronald

 

answered
0

Do you mean like adding a content-type in the custom HTTP headers tab,  such as 

"Content-Type: application/octet-stream"?

 

 

answered