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

[Solved] Inline RadUpload

0 Answers 17 Views
Upload
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Simon
Top achievements
Rank 1
Simon asked on 28 Sep 2012, 08:56 PM
Hi, 

I have to shrink a RadUpload it to a single button in a line of other buttons, so it's already auto-submitable and the input is hidden, but I can't figure what CSS properties I should change to get RadUpload to appear as an inline Control. It's also a shame that there is no simple way to change the "Select" text. I have tried to display: inline almost all the tags with no success.

Edit : Just realized this may not be the good section of the forum...


<div  id="ImportBox">
    <telerik:RadUpload ID="ImportFile" runat="server"
        ControlObjectsVisibility="None" AllowedFileExtensions=".xml" 
        MaxFileInputsCount="1" OnClientFileSelected="submitFile" CssClass="test">
    </telerik:RadUpload>
    <asp:Button ID="Import" runat="server" Text="Button" Style="visibility: hidden;" OnClick="Import_Click"/>
</div>
Tags
Upload
Asked by
Simon
Top achievements
Rank 1
Share this question
or