RadzenUpload It does not work properly in dialogservice

Hi
I want use "RadzenUpload" It works properly in Blazor Component But in DialogService.OpenAsync..... Don't show open window for select file or files

Hi @mojtabaie,

We are no aware of such problems. Our RadzenHtmlEditor component uses RadzenUpload in its Image tool.
upload-in-dialog

Thanks For your answer
Please use RadzenUpload in Blazor Component that call with DialogService

Just tested that and it seems to work as expected too. RadzenUpload uses the built-in <input type="file"> which is what opens the "brows for file" dialog. The dialog service should not interfere with that in any way.

1 Like