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

Suggestion for Upload

1 Answer 34 Views
Upload
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Mark Liu
Top achievements
Rank 1
Mark Liu asked on 20 Jun 2012, 10:36 AM
1. Allow developer to rename the "Select..." button

Currently, I have to use the following workaround:

$(function () {
    $(".upload span").text("Upload...");
});


2. Add option to clear the file list when uploading a new file

Current workaround:

function upload_onSelect(e) {
    $(".t-upload-files .t-file").remove();
}

Mark Liu
www.ssw.com.au

1 Answer, 1 is accepted

Sort by
0
Petur Subev
Telerik team
answered on 22 Jun 2012, 11:36 AM
Hello Mark,

Thank you for contacting us and sharing your suggestion. I will forward it to our Dev team. On a side note if you set Multiple(false)  (and you are not using automatic uploading) the effect will be the same as your second suggestion.

Kind Regards,
Petur Subev
the Telerik team
Check out the successor of Telerik MVC Extensions - Kendo UI for ASP.NET MVC - and deem it for new ASP.NET MVC development.
Tags
Upload
Asked by
Mark Liu
Top achievements
Rank 1
Answers by
Petur Subev
Telerik team
Share this question
or