This is a migrated thread and some comments may be shown as answers.

client notification when RadProgressArea hides?

2 Answers 53 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
moegal
Top achievements
Rank 1
moegal asked on 24 Jun 2013, 10:45 PM
We are using AsyncUpload with RadProgressArea. We do allow multiple uploads. Using manual upload as well.

I am trying to display a message when all of the files have been uploaded. On larger files there is a delay when the RadProgressArea hides and the files are actually saved. (We do some further processing.)
Is there an event that shows when all files are uploaded or when the RadProgressArea is hidden?

I tried "OnClientProgressBarUpdating" in RadProgressArea  but it does not fire. I also tried OnClientProgressUpdating on the upload but it fires for each file.

I would like a client side event that says all completed.

Thanks, Marty

2 Answers, 1 is accepted

Sort by
0
Accepted
Hristo Valyavicharski
Telerik team
answered on 25 Jun 2013, 01:51 PM
Hi Marty,

You could display a notification message at the OnClientFilesUploaded event. It will be fired after all files are uploaded.

Regards,
Hristo Valyavicharski
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
moegal
Top achievements
Rank 1
answered on 27 Jun 2013, 11:51 AM
Hristo,

thanks.  I am sure i tried that at the very beginning and could not get it to work as expected, but it works. 

Marty
Tags
AsyncUpload
Asked by
moegal
Top achievements
Rank 1
Answers by
Hristo Valyavicharski
Telerik team
moegal
Top achievements
Rank 1
Share this question
or