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

RadAsyncUpload order of files uploaded

1 Answer 64 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Bharani Mani
Top achievements
Rank 1
Bharani Mani asked on 14 Sep 2010, 11:54 PM
Hello,
        I have two RadASyncUpload control on my page. Since the file will be actually sent after a post back, is there a way to do a post back immediately after the upload is done otherwise I wouldnt know which RadASyncUpload control posted the file first. I need to know which file was posted from which RadASyncUpload Control. Is there a way to know that.

Thanks,
Bharani

1 Answer, 1 is accepted

Sort by
0
T. Tsonev
Telerik team
answered on 16 Sep 2010, 04:31 PM
Hello Bharani,

The files will be uploaded immediately and will be made available to the page after postback. But each file is still associated with the original control that uploaded it. It will fire the respective FileUploaded event upon postback.

You can see how to trigger this event immediately after the upload completes in this demo.

I hope this helps.

Kind regards,
Tsvetomir Tsonev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Upload (Obsolete)
Asked by
Bharani Mani
Top achievements
Rank 1
Answers by
T. Tsonev
Telerik team
Share this question
or