HttpSecureSocket - ReceiveProgress with larger files

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. :slight_smile:

For this, and several other reasons such as HTTP 1.1 support, you should consider using the newer Xojo.Net.HTTPSocket.

http://developer.xojo.com/xojo-net-httpsocket$ReceiveProgress