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

How to change the name of "no file chosen"?

1 Answer 365 Views
Upload
This is a migrated thread and some comments may be shown as answers.
Federico
Top achievements
Rank 1
Federico asked on 26 Oct 2017, 07:53 AM

How to change the name of  "no file chosen"?

kendo.ui.Upload.prototype.options.messages =
    $.extend(true, kendo.ui.Upload.prototype.options.messages, {
      FileChosen: "Nessun elemento caricato."
    });

1 Answer, 1 is accepted

Sort by
0
Nencho
Telerik team
answered on 30 Oct 2017, 07:09 AM
Hello Federico,

I am afraid that the Upload widget does not expose such message to alter. 

I assume that you need to perform a validation on your page and then display a warning? If that's the case, I would suggest you to refer to the following dojo example, where such implementation is demonstrated with the Upload widget:

http://dojo.telerik.com/@nenchef/Utavo

Regards,
Nencho
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Upload
Asked by
Federico
Top achievements
Rank 1
Answers by
Nencho
Telerik team
Share this question
or