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

Pass Additional parameter to FileUploaded event of RadAsyncUpload

2 Answers 123 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
RB
Top achievements
Rank 1
RB asked on 05 Jan 2015, 05:06 PM
Is there a way to pass additional parameter to FileUploaded event of RadAsyncUpload control.
I want to pass an additional parameter as follows:
this._RadAsyncUpload.FileUploaded += RequiredFileUploaded("EXCEL");
 
private void RequiredFileUploaded(object sender, FileUploadedEventArgs e, string param)
{
}
PLease let me know how to achieve this.

2 Answers, 1 is accepted

Sort by
0
Nencho
Telerik team
answered on 08 Jan 2015, 11:28 AM
Hello Ruchi,

I am afraid that such implementation could not be achieved. However, I would suggest you to refer to the following online demo of the RadAsyncUpload, demonstrating how to pass additional field with the uploaded file :

http://demos.telerik.com/aspnet-ajax/asyncupload/examples/additionalfields/defaultcs.aspx

Regards,
Nencho
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Pat
Top achievements
Rank 1
answered on 04 Feb 2018, 12:48 AM

Hi Nencho,

we did this implementation successfully a while back for RadAsyncUpload just as described in the link. However, we have switched now to RadCloudUpload and desperately miss the same functionality. Is there a way to specify additional information in the UI as well? Just like in the RadAsyncUpload?

Thanks

Pat

Tags
AsyncUpload
Asked by
RB
Top achievements
Rank 1
Answers by
Nencho
Telerik team
Pat
Top achievements
Rank 1
Share this question
or