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

Can RadUpload be customized?

1 Answer 70 Views
Upload
This is a migrated thread and some comments may be shown as answers.
Todd Davis
Top achievements
Rank 1
Todd Davis asked on 06 May 2010, 05:25 AM
My employer would like to be able to add a "description" to each file uploaded. While I can accomplish this "after the fact", I was wondering if there is a way to add a TextBox somewhere in the upload process and capture this info as well? Or do I need to crack open Blend and starting messing around with a copy of the template?

1 Answer, 1 is accepted

Sort by
0
Valentin.Stoychev
Telerik team
answered on 06 May 2010, 07:32 AM
Hi Todd Davis,

Yes - you can edit the template of the RadUploadItem and to add textboxes for each item. Then you should get the text that was written in each textbox and pass it to the upload handler. In the upload handler you can process it in the way you want - e.g. add to DB, store in separate file, etc..

To pass the textbox data to the upload handler please check this help article:
http://www.telerik.com/help/silverlight/radupload-features-upload-service-parameters.html

Please let us know if you need more help on that.

Best wishes,
Valentin.Stoychev
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
Asked by
Todd Davis
Top achievements
Rank 1
Answers by
Valentin.Stoychev
Telerik team
Share this question
or