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

[Solved] I've set the maxfileinputscount to 1

1 Answer 50 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Jeff
Top achievements
Rank 1
Jeff asked on 18 Jun 2009, 04:45 PM
how can i not display the add and delete buttons for adding or deleting additional file input fields?

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 19 Jun 2009, 06:22 AM
Hello Jeff,

Using the ControlObjectsVisibility property of RadUpload, you can show/hide the components of upload control. See the ASPX shown below.

 
<telerik:RadUpload ID="Radupload2" runat="server" ControlObjectsVisibility="ClearButtons" MaxFileInputsCount="1"
</telerik:RadUpload> 
[If you want to have only file input and a select button, you should set the ControlObjectsVisibility value to "None".]

-Shinu
Tags
Upload (Obsolete)
Asked by
Jeff
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or