<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>16 Jun 2015 15:04:00 Z</lastBuildDate><pubDate>16 Jun 2015 13:38:00 Z</pubDate><description>Hi,&#13;
&#13;
using an Android device I want to download a file from a WB webserver.&#13;
Currently I'm using a http-request to a awp-page, which in returns sends an answer using StringDisplay().&#13;
This works for regular text as well for files (using fLoadBuffer)&#13;
&#13;
However for files the httprequest() method slow. Downloading the same file using the browser on the device is 2-3 times faster!&#13;
&#13;
So I wrote a little java code to download a files from my app. Works great and is also 2-3 times faster.&#13;
&#13;
Because some of these files contain private data, like names and adresses, I dont want these files on the webserver, public available to anyone (including Google...). Even not for a few seconds.&#13;
&#13;
What is a simple way to handle this situation, where I want to download a file which is only visible for a specific client device?</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52718-dowload-file/read.awp</link><title>WM/WB - Dowload a file</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/52718-dowload-file-52720/read.awp</comments><pubDate>16 Jun 2015 15:04:00 Z</pubDate><description>Smart idea. I will try that.&#13;
I guess I was focusing to much on replacing the httprequest() AND the stringdisplay()</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52718-dowload-file-52720/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52718-dowload-file-52720/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52718-dowload-file/read.awp">WM/WB - Dowload a file</source><title>Re: WM/WB - Dowload a file</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52718-dowload-file-52719/read.awp</comments><pubDate>16 Jun 2015 14:00:00 Z</pubDate><description>Hi Arie,&#13;
&#13;
your answer is in your question...&#13;
&#13;
If you want high security, and the file never on the drive of the server, you …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52718-dowload-file-52719/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52718-dowload-file-52719/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52718-dowload-file/read.awp">WM/WB - Dowload a file</source><title>Re: WM/WB - Dowload a file</title></item></channel></rss>
