
robert at deterset
Apr 8, 2008, 10:47 AM
Views: 2086
Permalink
|
|
MySQL blob-field question
|
|
Hello, I'm new to the group and of course have a question. I'm trying our Zope 2.10.5-final. and have a new problem displaying images from a MySQL database.. Here is the code that works on my old 2.9.4 server. ZSQL Method: getImage select image, cType as filetype from images where <dtml-sqltest id op="eq" type="int"> on Zope 2.9.4 I get the raw data [.PNG.......] on Zope 2.10.5 I get array('c', '\xff\xd8\xff\xe1,\xffExif\x00\x00II*\x00............ How can I get the raw data, convert the array or decode to display my image ? Thanks for any help, Rob _______________________________________________ Zope-DB mailing list Zope-DB [at] zope http://mail.zope.org/mailman/listinfo/zope-db
|