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

Not possible to upload File using Keyboard

1 Answer 52 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Veenu
Top achievements
Rank 1
Veenu asked on 05 Mar 2010, 01:08 PM
Hi,

My customer wants to have full Keyboard-based access on the Web-based application.
But it is not possible to make a click on the 'Upload' button using Keyboard. Any ideas how to have this running?

I know that there might be a possibility to fill the path of the file manually in the Textbox, but that is not the intention here.
So that is not a solution for me.

Thanks in advance.

Best Regards,
Veenu Munjal

1 Answer, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 09 Mar 2010, 03:26 PM
Hi Veenu,

You can use the following markup in order to allow keyboard navigation trough RadUpload.

<telerik:RadUpload runat="server" ID="RadUpload1" TabIndex="1" EnableFileInputSkinning="false">
   </telerik:RadUpload>

You need to hit tab several times, until the browse button receives focus. Then you can press enter and the select file dialog will open.

Kind regards,
Genady Sergeev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Upload (Obsolete)
Asked by
Veenu
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
Share this question
or