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

Do not display the "add", "remove" and the checkbox in Upload

1 Answer 74 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Raymond Mui
Top achievements
Rank 1
Raymond Mui asked on 20 May 2008, 08:48 AM
We allow only upload a single file a time.  Is it possible to remove the Add, Remove buttons and the checkbox in the left of the file input field?

Thanks

1 Answer, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 20 May 2008, 10:52 AM
Hi Raymond Mui,

All you need to do is to set the ControlObjectsVisibility property to None:

<telerik:RadUpload ID="RadUpload1"   
    runat="server"    
    ControlObjectsVisibility="None"  /> 

You can find more information on the topic here: RadUpload > Configuring the User Interface

I hope this helps.

Regards,
Veskoni
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Upload (Obsolete)
Asked by
Raymond Mui
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Share this question
or