FileInput and Upload IDE Sample

Hi!
Is there any FileInput and Upload Radzen IDE sample?
Thanks!

Ok, found this but for Angular, not blazor, Invoke custom method (Angular) but not sure if it´s a little bit obsolete ( the IHostingEnvironment reference is obsolete)

The same article is available for Blazor as well:

Thanks for the answer!
The problem is that in the Blazor version there is no Upload File section.
I´m looking for how to get to parse the UploadCompleteEventArgs response from the IActionResult controller using the Radzen IDE, so I can return the server URL for the uploaded file , binding the result to a link.