Anyone pulling graphics through the API? We want to store performance graphics which would then be pulled to the web site.
Hi Gloria,
As others have suggested, the best way is probably to store the images externally and then put just a pointer or reference to them in Tessitura. But, if you really want to put the images in Tessitura itself, you could base-64 encode them so that they can be stored as plain text in a web content field. Your web site would then have to decode them before they're passed to a customer's web browser.
-Morgan