Stream File from base 64 encoded string

This forum allows users to post and respond to "How Do I Do ....." questions. The information contained in this forum has not been validated by K-Rise Systems and, as such, K-Rise Systems cannot guarantee the accuracy of the information.
Post Reply
CathyC
Posts: 472
Joined: November 16th, 2021, 11:15 am
Contact:

Stream File from base 64 encoded string

Unread post by CathyC »

In an order history page, we are retrieving order documents via an API which returns a base 64 encoded string. We need to stream the file to the user without saving it to the server (not allowed due to IT security). Currently there is only StreamFile service which only accepts a filepath. Can a new service be created for this?
word count: 60

Tags:
SteveCap
Posts: 329
Joined: August 26th, 2021, 9:18 am
Contact:

Re: Stream File from base 64 encoded string

Unread post by SteveCap »

Task #10369 has been created. This post will be updated with the service has been completed.
word count: 16
JustinVanRegenmorter
Posts: 576
Joined: August 26th, 2021, 9:56 am
Contact:

Re: Stream File from base 64 encoded string

Unread post by JustinVanRegenmorter »

The service has been added as of DesignTime Revision 2246 and RunTime Revision 949.
word count: 14
Post Reply