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

telerik:radupload

4 Answers 128 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Roxane
Top achievements
Rank 1
Roxane asked on 18 Nov 2011, 10:08 AM
Hello Telerik-Team,

I have some problems with the radupload:

First:
Please tell me, how to increase the width of the browse-button.

Second:
I have set the tabindex of the Rad upload Control with the property TabIndex="1", but it is not working.

I hope someone can help me

4 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 18 Nov 2011, 12:27 PM
Hello Roxane,

Try the following CSS.
CSS:
  div.RadUpload .ruBrowse
{
  width: 70px !important;
}

In order to make the TabIndex working, try setting EnableFileInputSkinning as false.

-Shinu.
0
Peter Filipov
Telerik team
answered on 22 Nov 2011, 12:30 PM
Hi Roxane,

If you want to use keyboard navigation in RadUpload control please review the following demo. Also in the demo is shown how to set tab index on every element of the RadUpload control.

Kind regards,
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
Roxane
Top achievements
Rank 1
answered on 28 Nov 2011, 01:10 PM
Hello,

at first thanks for the answers!

The Solution for the Size-Problem is the following:
width: 200px !important;
background-position: -5% -45px !important;


The Solution for the keyboard navigation from the demo works perfectly in the Firefox, but the Internet Explorer ignores the submit-Button.
Has anyone an idea, why it doesn't work with the IE? Maybe some special options of the IE?

Thanks for help


0
Accepted
Peter Filipov
Telerik team
answered on 29 Nov 2011, 06:08 PM
Hello Roxane,

The issue appears when "enter" key is pressed. We open the dialog with the click() method.

The issue is a browser limitation. IE browser wants a human interaction to upload a file.

In the case when the dialog is opened with space everything works fine. 

Best wishes,
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
Tags
Upload (Obsolete)
Asked by
Roxane
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Peter Filipov
Telerik team
Roxane
Top achievements
Rank 1
Share this question
or