Input Streams from RadzenFileInput or RadzenUpload?

I'd like to do something similar to:

using Radzen controls. But neither the RadzenUpload nor the RadzenFileInput seem to provide the actual input stream. And yet, it must have it, because it displays a thumbnail of the image! I'd like that input stream, too, please :slight_smile: Am I missing something in the documentation? Or is this a feature that could be added at some point?

You can check Radzen.Blazor source code for reference on how both components works.