This question is locked. New answers and comments are not allowed.
Good Day Guys
I have been trying to Follow the documentation on this link
http://www.telerik.com/help/silverlight/radupload-how-to-limit-the-upload-speed.html
at the Bottom , them last part "Handle the UploadFinished event" the document handle a different event
instead of Finished event it handles
private void radUpload_UploadStarted( object sender, UploadStartedEventArgs e ) { this.timer.Stop(); }Thanks