<?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 Jul 2015 07:52:00 Z</lastBuildDate><pubDate>30 Jun 2015 09:56:00 Z</pubDate><description>In an app that I am developing.&#13;
&#13;
I am using following code to retrieve data from web service.&#13;
HTTPRequest("http://xxxx.xxx/" + gsID) sResult is Buffer = HTTPGetResult(httpResult) This will return a JSON string which will contain a list of JPG files.&#13;
&#13;
Now my software will have to download each JPG file and save them on the storage media of phone and then show the same as slide show to user.&#13;
&#13;
I tried to save the file with this code:&#13;
FileNum = fOpen(fn,foCreate) fWrite(FileNum,sFileData) fClose(FileNum) But the data save is corrupted and does not open up on any image viewer.&#13;
&#13;
What wrong am I doing here?&#13;
&#13;
TIA&#13;
&#13;
Yogi Yang</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52927-wm17-how-save-images-returned-web-service-phone/read.awp</link><title>[WM17] - How to save Images returned by a web service in phone storage?</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52927-wm17-how-save-images-returned-web-service-phone-52934/read.awp</comments><pubDate>1 Jul 2015 07:52:00 Z</pubDate><description>Fabric,&#13;
&#13;
Thanks for the hints.&#13;
&#13;
I will try them.&#13;
&#13;
TIA&#13;
&#13;
Yogi Yang</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52927-wm17-how-save-images-returned-web-service-phone-52934/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52927-wm17-how-save-images-returned-web-service-phone-52934/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52927-wm17-how-save-images-returned-web-service-phone/read.awp">[WM17] - How to save Images returned by a web service in phone storage?</source><title>Re: [WM17] - How to save Images returned by a web service in phone storage?</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52927-wm17-how-save-images-returned-web-service-phone-52928/read.awp</comments><pubDate>30 Jun 2015 11:16:00 Z</pubDate><description>Hi&#13;
&#13;
1. We don't know how you got the data in the first place, so there may be a problem there&#13;
&#13;
2. you are using what seems t…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52927-wm17-how-save-images-returned-web-service-phone-52928/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52927-wm17-how-save-images-returned-web-service-phone-52928/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52927-wm17-how-save-images-returned-web-service-phone/read.awp">[WM17] - How to save Images returned by a web service in phone storage?</source><title>Re: [WM17] - How to save Images returned by a web service in phone storage?</title></item></channel></rss>
