Is there any way to preview image in the Blazor File upload?

Answer:

We could not access the DOM element in the Blazor platform but we can show a preview image in the Blazor File upload by using JS interop file and implement the requested requirement as mentioned in the below sample.
Sample link here.

Loader.
Up arrow icon