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
2
I want to be able to select folders. 
Duplicated
Last Updated: 06 Dec 2023 08:13 by ADMIN
I would like to be able to attach a custom click handler that opens the uploaded file in a new tab. 
Unplanned
Last Updated: 20 Nov 2023 12:34 by Mark
Created by: Mark
Comments: 0
Category: FileSelect
Type: Feature Request
4

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.

Unplanned
Last Updated: 11 Aug 2023 06:05 by Shannon

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

 

Completed
Last Updated: 24 Feb 2023 12:57 by ADMIN
Release 4.1.0 (15/03/2023)
Created by: David
Comments: 1
Category: FileSelect
Type: Feature Request
10
When using the FileSelect control in a modal popup, it would be great for using it multiple times to be able to clear selected files after the back end code is done working with them in a similar fashion to how the upload .ClearFiles() works.
Duplicated
Last Updated: 16 Jun 2022 06:52 by ADMIN
Created by: Benjamin
Comments: 2
Category: FileSelect
Type: Feature Request
6

Hey Telerik-Team,

unfortunatelly we're not able to set the button text for the file input. The <span> is empty and the component does not allow setting the caption:

Code:

HTML:

Output:

No ChildComponent seems to be allowed - when I manually modify the html and put something in the empty <span>, the text appears:

Unplanned
Last Updated: 11 Feb 2022 09:47 by ADMIN
Created by: Stewart
Comments: 1
Category: FileSelect
Type: Feature Request
6

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.