Does someone has a way to download files from the internet by steps, so I can draw a progress bar while downloading?
Not in a platform independant way - and the Windows routine requires extensive C code
Only way I could figure was to use PHP to send blocks of data and assemble them on reception to the game.
you can do that. Take a look at my Http_reuqest code. It's basically a tiny webclient code where you can display a prograss in the loop.
Where is that ?
this one:http://www.glbasic.com/forum/index.php?topic=2866.0 (http://www.glbasic.com/forum/index.php?topic=2866.0)
The forum is a bit of a mess :(
Clever way of doing it!