jwfv Valued Contributor

Joined: 19 Mar 2002 Posts: 422 Location: Beaufort, SC
|
Posted: Thu Jul 24, 2003 5:54 pm Post subject: Bytes transferred with HTTP Getfile? |
|
|
With the VDS Internet Suite, there is a global variable
%%ftp_bytestransferred
that you can pass to a callback function when using FTP to set a progress meter, etc.
Is there a corresponding variable for HTTP GETFILE? I tried %%http_bytestransferred, but it didn't seem to work.
There is a callback subroutine parameter for HTTP GETFILE, which leads me to believe there is some way to see how many bytes have been transferred, but I can't figure out how ....
Thanks |
|