From cfd3543c70717060426038da254519606f75e936 Mon Sep 17 00:00:00 2001 From: Attila Antal <32565942+attilaantal@users.noreply.github.com> Date: Wed, 13 Dec 2023 10:31:25 +0200 Subject: [PATCH] kb(asyncupload): update title and description --- ...w-to-filter-file-selection-in-the-upload-dialog.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/knowledge-base/asyncupload-how-to-filter-file-selection-in-the-upload-dialog.md b/knowledge-base/asyncupload-how-to-filter-file-selection-in-the-upload-dialog.md index d23ed02335..bc237c4738 100644 --- a/knowledge-base/asyncupload-how-to-filter-file-selection-in-the-upload-dialog.md +++ b/knowledge-base/asyncupload-how-to-filter-file-selection-in-the-upload-dialog.md @@ -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 `` in order to filter the files the end user can see through their MIME types.