Is there anyway to prepopulate the Upload control? Basically access the Files property to initialize with existing files. I am able to do this in the Kendo UI Upload.
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
@Marin, Is there any workaround for this functionality to work?
Marin Bratanov
Telerik team
commented on 09 Sep 2021, 07:22 PM
Unfortunately there is no workaround possible, it is a pretty serious feature even it if has a relatively small public api surface.
In the meantime you can consider showing info to your users about related files they have on record in a grid or listview near (or next to, or above, or below) the upload so they can see what they have already. You can also return info for errors (say, duplicate files) in the OnSuccess event (see the second snippet) and show them a message (maybe through the Dialog component).