Access data/record in ViewField
Hi
Has anyone made a field that can show base64 encoded image ?
For my current project I have signatures in the db as base64 encoded data and on the view page I would like to display the signature.
7 Replies
Use a view field and output an image with your data.
But how do I get the data?
<img src="{{$model.signature}}" alt="Signature" > does not work
I think it's
$record->signature
?Undefined variable $record
$this->record
, $this->getRecord()
?$this->record->signature
Thanks!
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View