GetHTTPFileProgress

Description

Returns the progress of the file download as a float value from 0 to 100. This should not be relied upon to work out when the download has finished and on some platforms may not produce an accurate representation of the download progress.

Use GetHTTPFileComplete or GetHTTPResponseReady to work out if the download has completed.

Definition

float GetHTTPFileProgress( iHTTP )

Parameters