You are not logged in.
Hi ab,
I need download some files from http server.
and i see the demo "26 - RESTful ORM" and modified one, it's work fine!.
but i want to show downloading progress in a progress bar on client, how to do it?
PS: server use TSQLRestServerDB + TSQLHttpServer, client use TSQLHttpClient.
Last edited by daisutao (2016-09-27 05:00:26)
Offline
You have OnProgress and OnDownload event handlers for TWinINet and TWinHTTP classes.
Also ensure that you run the download in a background thread using OnIdleProgress - see http://synopse.info/files/html/Synopse% … #TITLE_290
Offline