Hi,
I'm using httprequest() against a simple AWP page to download a file. The file is returned using StringDisplay().
I get the file on the tablet and can save it there fSaveBuffer().
So far so good, I;m using this in an update procedure on the tablet to get updates of my app.
I also tested downloading the apk-file directly form the same webserver. Using the tablet browser. I noticed that downloading a file this way about 10 times faster !! Or you say httprequest() is slooow.
I wonder if that is normal. I would say it is all http-traffic isn't it?
I'm using httprequest() against a simple AWP page to download a file. The file is returned using StringDisplay().
I get the file on the tablet and can save it there fSaveBuffer().
So far so good, I;m using this in an update procedure on the tablet to get updates of my app.
I also tested downloading the apk-file directly form the same webserver. Using the tablet browser. I noticed that downloading a file this way about 10 times faster !! Or you say httprequest() is slooow.
I wonder if that is normal. I would say it is all http-traffic isn't it?