Unplanned
Last Updated: 02 May 2024 21:49 by Hien
Created by: Stewart
Comments: 2
Category: FileSelect
Type: Feature Request
7

I am using the TelerikFileSelect component and I noticed that the user can select the same file multiple times and it just adds to the list


I was wondering if it's possible to maybe add logic to the OnSelect event that prevents the file from being added to the list of files under certain conditions such as duplication.

---

ADMIN EDIT

---

This could be achieved through cancelling the OnSelect event based on the desired condition - for instance, duplicated file names.

Unplanned
Last Updated: 01 May 2024 02:12 by Hien

Add a parameter to the FileSelect component that enables users to control the visibility of the file list.

https://docs.telerik.com/kendo-ui/api/javascript/ui/upload/configuration/showfilelist

 

Unplanned
Last Updated: 11 Mar 2024 13:21 by Dhiogo
We need to set a custom hint conditionally in the file select/upload drop zone, is there a solution for that?
Unplanned
Last Updated: 14 Dec 2023 10:13 by Sandy
Created by: Sandy
Comments: 0
Category: FileSelect
Type: Feature Request
3
I want to be able to select folders. 
Unplanned
Last Updated: 20 Nov 2023 12:34 by Mark
Created by: Mark
Comments: 0
Category: FileSelect
Type: Feature Request
5

UI for Blazor version 5.0 improved the FileSelect Stream performance by removing legacy code that meant to support older .NET versions.

However, the Stream performance is still worse and the component works slower, compared to the standard Blazor InputFile.