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

FileExplorer Upload Dialog - custom field

1 Answer 80 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
michelle
Top achievements
Rank 1
michelle asked on 13 Oct 2010, 08:19 PM
Is it possible to add a custom field to the upload dialog that displays within the FileExplorer when a filed is selected for upload?  The requirement is to display a category dropdown list next to each selected filename on the upload dialog.  The user will choose a category to assign to the selected file.  Clicking submit will upload the selected files to a file server, and update a SQL database with the filename and category. 

Thanks!
Michelle

1 Answer, 1 is accepted

Sort by
0
Fiko
Telerik team
answered on 19 Oct 2010, 10:52 AM
Hello Michelle,

You can use the approach shown in the project attached to my reply in this forum thread. You need to get reference to the DropDown and add it inside the Upload dialog, instead of creating a new input (as shown in the project). Also you can use the provided server-side code (OnItemCommand event) in order to update your database.

Regards,
Fiko
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
FileExplorer
Asked by
michelle
Top achievements
Rank 1
Answers by
Fiko
Telerik team
Share this question
or