Hello everyone,
I’m using HttpSecureSocket for downloading files in Xojo. To show download progress, I’m using ReceiveProgress Event. BytesReceived and totalBytes are both Integer which means I can show progress for max 2 GB. Is it possible for next version for these two to be Int64 ?
Until then, is there any other way to show progress for larger files?
Thank you.