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

Strange looking Radupload

6 Answers 68 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Jerry
Top achievements
Rank 1
Jerry asked on 15 Aug 2012, 03:25 PM
 I need some spacing between select and clear buttons.

<td style="width: 350px">   
                                            <telerik:RadUpload ID="ruUploadFile" runat="server" AllowedFileExtensions=".txt,.xml"
                                                MaxFileInputsCount="1" ControlObjectsVisibility="ClearButtons" Width="345px"
                                                MaxFileSize="1000000000" Visible="false">
                                            </telerik:RadUpload>
 </td>
I attached the auto generated code also

6 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 16 Aug 2012, 04:22 AM
Hi,

Try overriding the default css as follows to achieve your scenario.

CSS:
<style type="text/css">
.ruClear
 {
  margin-left: 5px !important;
 }
</style>

Thanks,
Princy.
0
Jerry
Top achievements
Rank 1
answered on 16 Aug 2012, 03:31 PM
Thanks, it worked
0
Jerry
Top achievements
Rank 1
answered on 16 Aug 2012, 03:37 PM
I got one more problem. Please, see the attachment. Why am i getting choose file button when i already have Select??

Thanks,
Ajay
0
Peter Filipov
Telerik team
answered on 21 Aug 2012, 02:04 PM
Hello Ajay,

Please provide us a sample which reproduces the issue for a local investigation. Also clarify which version of our controls and browser you are using.

All the best,
Peter Filipov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
chris
Top achievements
Rank 1
answered on 20 Aug 2013, 01:09 AM
I have the same problem. Both Choose File (on left) and "Select" buttons showing.

Also, I'm getting  "label" on both sides of text box.
0
Peter Filipov
Telerik team
answered on 21 Aug 2013, 08:32 AM
Hi Chris,

The RadUpload control looks fine at our online demos. Could please test the following page for the mentioned appearance? In case that the issue is reproduced only on in your sample, please send it for local test. Also clarify which version of our controls and browser you are using?

Regards,
Peter Filipov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Upload (Obsolete)
Asked by
Jerry
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Jerry
Top achievements
Rank 1
Peter Filipov
Telerik team
chris
Top achievements
Rank 1
Share this question
or