Hiding list of files uploaded using RadzenUpload

Hi,

I tried to use RadzenUpload component and it shows the list of uploaded files. Is it possible to hide that list?

u can by css

.rz-fileupload-files {
display: none !important;
}

2 Likes