Estimated time left: |
<%=Int(theProgress.SecondsLeft / 60)%> min
<%=theProgress.SecondsLeft Mod 60%> secs
(<%=Round(theProgress.BytesDone / 1024, 1)%> KB of
<%=Round(theProgress.BytesTotal / 1024, 1)%> KB uploaded) |
Transfer Rate: |
<%=Round(theProgress.BytesPerSecond/1024, 1)%> KB/sec |
Information: |
<%=theProgress.Note%> |
|