R Raterus Jun 8, 2004 #2 Just guessing here, speedtext.aspx --sets start time in viewstate --throws large file at client, like a 1MB Image --after file is finished downloading, page postbacks then. --get finish time --you do the math from that point, (finish time - start time) and figure out how to correlate that to the size of the file --Michael
Just guessing here, speedtext.aspx --sets start time in viewstate --throws large file at client, like a 1MB Image --after file is finished downloading, page postbacks then. --get finish time --you do the math from that point, (finish time - start time) and figure out how to correlate that to the size of the file --Michael