Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUnable to Show local image file:///tmp/someimage.jpg #449
Labels
Comments
|
I'm having the same problem. I was able to use your workaround (converting image to base64), but a big problem for me is when trying to load a video file. If the video file is big (~500mb) then converting to a base64 string will just take too long. When loading a video/image (like: For blazor atleast, putting the video inside the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

First, sorry about to post a question.
The issue is that I'm not able to show local images via
<img src="file:///path/to/someimage.jpg ....I posted the question on Stack Overflow 9 days ago:
Is someone so kind to give me instructions about how can I show on electron window picture files from local storage.
Thanks!!