Daan
Daan2d ago

Stream file to browser from table action

We are trying to stream a binary file to the browser - we can do this with the "download file" component, but we can't find a way to do this directly from a table (we can't embed the "download file" button in a table). Is there a way to do this?
No description
3 Replies
Daan
DaanOP2d ago
Ideally, the button in the table would have an "on success" action that is not just "go to URL" but that allows us to stream the base64 encoded file directly to the browser, similar to what the "Download file" component does
Linear
Linear2d ago
Daan
DaanOP2d ago
We found a way around it now using a front-end transformer script, as documented in the documentation - so if that's the intended way, you can close this request