RE: TeraScript-Talk: longbinary

2018-05-08 Thread Robert Shubert
Robert From: Peter Dobbs [mailto:pe...@enginess.io] Sent: Monday, May 07, 2018 8:28 PM To: TeraScript-Talk@terascript.com Subject: Re: TeraScript-Talk: longbinary I suppose you’d have to set the header to an image type and only return the image. Content-Type: image/jpeg|gif|png Content-

Re: TeraScript-Talk: longbinary

2018-05-07 Thread Peter Dobbs
I suppose you’d have to set the header to an image type and only return the image. Content-Type: image/jpeg|gif|png Content-Length: <@length str={your image}> Peter Dobbs President | ENGINESS | P: 416.901.6151 | F: 416.901.6150 | www.enginess.io [cid:] This email and

TeraScript-Talk: longbinary

2018-05-07 Thread Wayne Irvine
Never done this before so not even sure if it is possible. I’m returning a Container field from FileMaker. It is an image stored in the database. Terascript sees it as a longbinary. What tags/syntax should I use to display? I’ve seen images returned with some base64 nomenclature and expect it