O.P. RE: [Help] Download progress?
Okay, then I'll do that.
However, one CAN make a progress bar indicating the readyState of an XMLHTTP request. Example:
Debug.Trace("> " + (25 * XMLHTTP.readyState));
This will go no further than 100%, so it's possible to indicate what the script is doing (sending request, receiving headers etc.)
|