Download with progress

Previous topic - Next topic

ampos

Does someone has a way to download files from the internet by steps, so I can draw a progress bar while downloading?

MrTAToad

Not in a platform independant way - and the Windows routine requires extensive C code

Moru

Only way I could figure was to use PHP to send blocks of data and assemble them on reception to the game.

Kitty Hello

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.

MrTAToad


Kitty Hello


MrTAToad

Clever way of doing it!