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

RadUpload Delay PostBack

1 Answer 105 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Jonathan
Top achievements
Rank 1
Jonathan asked on 16 Feb 2011, 05:17 PM
Hi

I am trying to achieve the following goal with the RadUpload control:

We have a RadGrid registered on a page, which has the ability to add a file to each row in the grid. Once a file is added to a row a postback occurs and adds the file to that row. The files that we add are not on the parent page but on an iframe using the RadWindow popup (this is where the RadUpload control is declared)

We've been looking at pausing that postback until the user fires the ok event event from our dialog.

Is there a way I can gather a collection of what the user has selected through the RadUpload and then collectively postback all the files in one action.

I have tried to add a text box to the page which holds the fullPath of the files that are trying to be uploaded and then passes these to a hidden RadUpload that fires when the OK button is click however, I have found out about the known limitation in manipulating the value of type input for the upload control.

Regards,
Jonathan

1 Answer, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 18 Feb 2011, 12:17 PM
Hello Jonathan,

There is no way to do that with RadUpload. RadAsyncUpload, however, could be of use. I suggest that you take a look at the RadAsyncUpload demos, which can be found here.

Best wishes,
Genady Sergeev
the Telerik team
Tags
Upload (Obsolete)
Asked by
Jonathan
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
Share this question
or