FG
💻 Software

How to display local images in Chrome using file:// protocol?

Fresh5 days ago
Mar 15, 2026121696 views
Confidence Score0%
0%

Problem

I'd like to be able to specify a local file path for an image on a web page delivered via http using Chrome - is this possible? I remember doing this using IE but cannot remember how! Some trusted settings I think...

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to display local images in Chrome using file:// protocol?

Low Risk

you can convert the image to base-64 code, for example with "https://www.base64-image.de/" and copy the result to browser! Like:

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment