Retrieve picture from Rollbase portal

Posted by alexanderg@qbcon.com on 19-Sep-2014 03:11

Hi guys

So I have a custom generic portal and I want to retrieve and display a picture that is contained in an object on the server side.
How would I go about doing this?

All Replies

Posted by alexanderg@qbcon.com on 19-Sep-2014 07:19

I solved the problem by running a trigger that sets a text field to {!image#url} and then I just made the html <img> element's "src" attribute equal to that value retrieved on the client-side

Posted by pvorobie on 19-Sep-2014 11:25

You also can use {!image#url} in any HTML template. Storing URL value in a text field seems to be redundant.

This thread is closed