I have a folder of images on my local disk. If I drag one onto the Firefox icon in my toolbar, it shows that image in browser. The URL in the address bar is:
file:///E:/%5B%20Program%20%5D/TempProject/%5B%20Win%20Project%20%5D/%5B%20Samim%20%5D/Samim_NewVersionSource/EducationalErpSolution/EducationalErp/bin/Debug/ImagesWeb/1.jpg
However, if I use that URL as the src attribute on an img element, I get a broken image.
<img src="file:///E:\[ Program ]\TempProject\[
Win Project ]\[ Samim]\Samim_NewVersionSource\EducationalErpSolution\EducationalErp\bin\Debug\ImagesWeb\1.jpg">
Is there a way to get the browser to display an image coming from the local file system, and if so, what's the syntax for the URL?
@for example @John will notify JohnFx.