Hi,
I tried to use RadzenUpload component and it shows the list of uploaded files. Is it possible to hide that list?
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;
}