Stream File from base 64 encoded string
Posted: April 21st, 2022, 1:17 pm
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?