Hi @wbuckley,
Blazor doesn't have built-in support for that - one cannot use the built-in form support to upload files. This is why we have implemented the RadzenUpload which posts files to a separate controller (via regular HTTP POST and not Blazor) and RadzenFileInput which acts as a text field that stores the file as Base 64 data.