Jump to content

Recommended Posts

Posted
I have not been able to show the user the download progress yet.

 

My idea would be a ProgressBar of the type used by downloading the dropbox for example.

 

I have a file with more than 50Mb to download and I need to show the progress if not the user simply thinks the machine is locked.

 

If anyone has an example please help me. In the unigui examples I found none that shows progress.

 

My comand is:

 

   UniSession.SendFile(DestName, OriName);

 

 

Thank you

Posted

There is no built-in event providing info on transfer, as far as I know.

 

Normally the progress is shown on the user side.

 

I suppose you could use a separate indy http server to serve the file

and get transfer info that way.

 

Or you may just show a form to the user, counting down to some

approximate download time, to show some movement :)

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...