New to Telerik UI for ASP.NET Core? Download free 30-day trial

Keyboard Navigation

The keyboard navigation of the Upload is always available.

The Upload supports the following keyboard shortcuts:

SHORTCUT DESCRIPTION
Tab Focuses the Select File Button, or the action buttons (Cancel, Upload) after the file list.
Space or Enter Opens the Select file dialog, if the Select files button is focused.
Up Arrow Highlights the previous file in the file list, or the Select files button, if the top of the list is reached.
Down Arrow Highlights the next file in the file list, or the Clear button, if the end of the list is reached.
Enter Retries the upload of the failed file, when the focus is on a file list item, or starts the file upload for a valid file.
Esc Cancels the upload of the highlighted file, when the focus is on a file list item.
Delete Removes the highlighted file, when the focus is on a file list item.
Space When Chunk upload is enabled, Start or Pause the highlighted file upload.
Left Arrow or Right Arrow Navigate between the Play/Pause, Cancel, Remove buttons of a highlighted file list item.

For a complete example, refer to the demo on keyboard navigation of the Upload.

See Also

In this article