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

Removing Add/Delete buttons and checkboxes on multiple file uploads

2 Answers 63 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
chris
Top achievements
Rank 1
chris asked on 26 Jun 2010, 12:08 AM
I want the users to upload 1-10 files. Currently you can add/remove the upload controls, but I want to show 10 upload controls and hide the Add / Delete buttons and checkboxes next to controls. (all those extra options only confuse the users)

How do I accomplish this?

2 Answers, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 28 Jun 2010, 04:31 PM
Hi chris,

As we have answered in your support query, this is the required mark-up:

<form id="form1" runat="server">
   <asp:ScriptManager runat="server" ID="ScriptManager1">
   </asp:ScriptManager>
     
   <telerik:RadUpload runat="server" ID="RadUpload1"
       ControlObjectsVisibility="None"
       InitialFileInputsCount="10">
   </telerik:RadUpload>
     
   </form>


All the best,
Genady Sergeev
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
0
chris
Top achievements
Rank 1
answered on 28 Jun 2010, 11:20 PM
that did the trick, thank you
Tags
Upload (Obsolete)
Asked by
chris
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
chris
Top achievements
Rank 1
Share this question
or