I am trying to show some static Images from the Folder using img tag
First tried using
<img border="0" src="E:\\liferaytomcat\\liferay-portal-6.1.0-ce-b4\\tomcat-7.0.22\\Uploaded Files\\1146Wj.jpeg" alt="Pulpit rock" wid`th="304" height="228" />
Also tried with
<img border="0" src="/E:/liferaytomcat/liferay-portal-6.1.0-ce-b4/tomcat-7.0.22/Uploaded Files/1146Wj.jpeg" alt="Pulpit rock" width="304" height="228" />
Also tried with
<img border="0" src="E:\liferaytomcat\liferay-portal-6.1.0-ce-b4\tomcat-7.0.22\Uploaded Files\1146Wj.jpeg" alt="Pulpit rock" width="304" height="228" />
But always the result is as the alt value (That is Pulpit rock )
According to Microsoft:
But a website cannot access files on the local machine, unless that site is served by the local machine:
Reference: