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

Provide custom text in the fake input.

1 Answer 48 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Merin
Top achievements
Rank 1
Merin asked on 28 Oct 2013, 06:31 PM
Is it possible to provide some custom text in the fake input of asyncupload?

Thanks
Merin

1 Answer, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 29 Oct 2013, 03:35 AM
Hi Merin,

Please try the following JavaScript to provide some custom text in the fake input of RadAsyncUpload.

JavaScript:
<script type="text/javascript">
    function pageLoad() {
        var $ = $telerik.$;
        $('.ruFakeInput.radPreventDecorate').val("Click here to select files");
    }
</script>

Thanks,
Shinu.
Tags
AsyncUpload
Asked by
Merin
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or