Current Upload Count

Last post 10-26-2012, 12:17 PM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  10-26-2012, 11:05 AM 75075

    Current Upload Count

    Is there by chance a way to get me a count of all users currently uploading accross my entire app?
  •  10-26-2012, 12:17 PM 75076 in reply to 75075

    Re: Current Upload Count

    Hi FusionImaging,

     

    You can get the total count of each upload in event "UploadCompleted". Then add all together.

     

     protected void uploader1_UploadCompleted(object sender, UploaderEventArgs[] args)
        {
            //args.Length
        }

     

    Regards,

     

    Ken
     

View as RSS news feed in XML