When using URL::DownloadTaskListener
to monitor the progress of a URL::DownloadTask
, the callback virtual void progress (DownloadTask* task, int64 bytesDownloaded, int64 totalLength)
sets totalLength
to 0 if this value is greater than 4294967296, in other words, if downloading a file greater than 4 GB there’s no progress bar.
Anybody else having the same issue? Juce 6.1.6 last develop build.