I am using indy 10 and i was wondering how can i implement a progress bar for transfering a file.I tried with onWork events but they are not triggred. Another thing that i find anoying is that the application freezes until the stream is downloaded.
What am i doing wrong ?
Add an IdAntiFreeze component to your form and use it’s properties and events to get notified of the progress of the network operations.