kendo-uikendo-upload

Display file name next to file upload button


I would like to change position of file name next to kendo Upload button.

Would like to set file name position in this way

This is reference link of code.


Solution

  • You would need to change the template for the file list and probably change the drop zone.

    Here is a demo where they change the template for the list.
    Template Demo.

    Here is a demo where they use a custom drop zone: Custom Drop Zone