Radzen Upload -- OpenReadStream Errors

Hello,

I am looking to implement the Upload Component and every time I call OpenReadStream on a file of type Radzen.FileInfo I get a null reference error.
Not doing anything fancy, pretty much following the example provided in the docs.
My file however does not look quite right:

{Radzen.FileInfo}
    ContentType: 'file.ContentType' threw an exception of type 'System.NullReferenceException'
    LastModified: 'file.LastModified' threw an exception of type 'System.NullReferenceException'
    Name: "abc.pdf"
    Size: 373767
    Source: null

Any advice / support is greatly appreciated.

You can download and debug our demos to check what’s different compared to your app.

this is pretty much what I have done, lifted the code from the example in order to check how it works but with no success

Try with smaller file size - you’ve might hit some of the Blazor WebSocket limitations. In our demos we’ve extended various max values: