<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>1 Jun 2018 11:06:00 Z</lastBuildDate><pubDate>1 Jun 2018 11:06:00 Z</pubDate><description>Hi,&#13;
&#13;
I have a webservice running, used by remote clients (a WD app) to download images.The image is send as a plain buffer.&#13;
&#13;
After sending 1000+ images without problems I now get complains that sometimes the lower half of an image is black.&#13;
&#13;
Does anyone know if the PCSoft webengine (knowing that this is a webservice) converts the buffers to base64?&#13;
Or do I have this to do myself?&#13;
&#13;
ST_Image is structure&#13;
sName is string&#13;
bImage is buffer&#13;
END&#13;
&#13;
stImage is ST_Image&#13;
IF HReadSeekFirst(Tbl_Document,DocumetnID,someid)&#13;
stImage.sName = "blabla"&#13;
stImage.bImage = Tbl_Document.Document -&gt; this is a binary memofield holding the image&#13;
END&#13;
&#13;
RESULT stImage</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/65679-wb22-webservice-and-images/read.awp</link><title>WB22 - webservice and images</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster></channel></rss>
