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

GMail upload

1 Answer 48 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Bharani Mani
Top achievements
Rank 1
Bharani Mani asked on 14 Sep 2010, 10:38 PM
Hi,
          I found an example in telerix examples for async upload at

http://demos.telerik.com/aspnet-ajax/upload/examples/async/ajaxprocessing/defaultcs.aspx

But when I used the RadAsyncUpload control as in the example, I see an edit control next to Select button. I want just a button that uploads a file as in "Choose Avatar" example in the above link. Is it something more I need to do apart from the control that is in the example?.

Thanks,
Bharani

1 Answer, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 15 Sep 2010, 09:37 AM
Hello Bharani,

Add this CSS to you page to remove the input:
.RadUpload .ruFakeInput
{
    display: none;
}


Kind regards,
Kamen Bundev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Upload (Obsolete)
Asked by
Bharani Mani
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
Share this question
or