Posted 01 Sep 2016 Link to this post
I want to upload a file, add a comment against each upload and show the comment with file list. Is this doable with Kendo?
Thanks
Posted 02 Sep 2016 Link to this post
Hello Asmita,
If you would like to configure the way the files are displayed in the UI, you could utilize the template option of the Upload widget: http://demos.telerik.com/kendo-ui/upload/templates If the comment should also be sent with the file to the server, you could use the upload event handler. This is demonstrated on the following documentation page: http://docs.telerik.com/kendo-ui/controls/editors/upload/metadata#send-metadata