Telerik
Skip Navigation LinksHome / Community / Forums / ASP.NET AJAX > Upload > I've set the maxfileinputscount to 1

Not answered I've set the maxfileinputscount to 1

Feed from this thread
  • Jeff avatar

    Posted on Jun 18, 2009 (permalink)

    how can i not display the add and delete buttons for adding or deleting additional file input fields?

    Reply

  • Shinu MVP Shinu's avatar

    Posted on Jun 19, 2009 (permalink)

    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

    Reply

Back to Top

Skip Navigation LinksHome / Community / Forums / ASP.NET AJAX > Upload > I've set the maxfileinputscount to 1
Related resourses for "I've set the maxfileinputscount to 1"

ASP.NET Upload Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  |  Step-by-step Tutorial  ]

Powered by Sitefinity ASP.NET CMS

Contact Us | Site Feedback | Terms of Use | Privacy Policy
Copyright © 2002-2010 Telerik. All rights reserved.