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.