Skip to content

Commit

Permalink
kb(asyncupload): update title and description
Browse files Browse the repository at this point in the history
  • Loading branch information
attilaantal authored Dec 13, 2023
1 parent b73c108 commit cfd3543
Showing 1 changed file with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
---
title: How to filter file selection in the upload dialog
description: How to filter file selection in the upload dialog. Check it now!
title: Filter file selection in the upload dialog
description: Filter the files shown to the user in the upload dialog when uploading with RadAsyncUpload How to filter file selection in the upload dialog.
type: how-to
page_title: How to filter file selection in the upload dialog
page_title: Filter file selection in the upload dialog
slug: asyncupload-how-to-filter-file-selection-in-the-upload-dialog
res_type: kb
---


## HOW TO
## DESCRIPTION

Filter the files shown to the user when selecting a file to upload through RadAsyncUpload.

This allows the user to only see the files they can upload and you, as the developer, can limit that choice.

## DESCRIPTION

With current browsers (IE9 and above, Chrome, Firefox), RadAsyncUpload uses the HTML5 `FileAPI` to upload files.

Browsers can interpret the `accept` attribute of the `<input type="file"/>` in order to filter the files the end user can see through their MIME types.
Expand Down

0 comments on commit cfd3543

Please sign in to comment.