I would like to show to the users, during their upload, the following information:
- Elapsed Time
- Estimated Time
- Speed (MB/s)
- MBs uploaded
- Total MBs
This information should be dynamically updated on individual textblocks after every packet is successfully received by the server.
Have you got an example prepared with these elements inside?
Thank you in advance.
Kind Regards,
Konstantinos
4 Answers, 1 is accepted
Thank you for your interest in RadUpload first. The RadUpload actually shows the size of every file that is being uploaded or is going to be uploaded, it also shows a Total uploaded memory. You can check out the Visual Structure article in the documentation. As for the speed, start time and estimated time , please check out this article. Using the UploadStarted, ProgressChanged and UploadFinished events you will be able to calculate the speed (speed (kb/s) = uploaded kbs / time spent) and the estimated time (est time (seconds) = KBs to go / avg.speed so far ( KB/sec)).
Petar Mladenov
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
Is there an example project solution file for the code found in the article you mentioned?
Thanks again.
Kind Regards,
Konstantinos
Please check out the attached solution and let us know if it satisfies you.
Greetings,Petar Mladenov
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
Kind Regards,
Konstantinos