Stream: shorthand
Topic: Binary instance
Giorgio Cangioli (Mar 21 2021 at 19:37):
I'm trying to create a Binary example
I supposed it was
- contentType = #image/png
- data = "iVBORw0KGgoAAA....
but I've this error back
Cannot find definition for Instance: "iVBORw0KGgoAAAANSUhEUgAAA .....
what I'm doing wrong ?
Giorgio Cangioli (Mar 21 2021 at 20:29):
.. it works.. it seems there were something wrong in the data stream..
Chris Moesel (Mar 22 2021 at 12:46):
Are you saying that "it works" and no further help is needed? Or are you saying "it works" despite the fact that it issues an error (which we would want to look into)?
Giorgio Cangioli (Mar 31 2021 at 08:43):
Thanks Chris for asking, all works fine. It was an issue with the data encoding..
Last updated: Apr 12 2022 at 19:14 UTC