<%@EnableSessionState=False%> Upload Progress... "> <% On Error Resume Next Set theProgress = Server.CreateObject("ABCUpload4.XProgress") theProgress.ID = Request.QueryString("ID") %>
Uploading:
 
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%>