I have a problem with displaying an image with QGIS2Web. First, I followed the procedure as given in the link below to pop some images from my photo directory:
Adding hyperlinks to pop-up data in qgis2web
Then I followed the step and typed like this:
CONCAT('<img src = "E:/haris pictures/TL0101.JPG' width="300" height="225"/>')
I put that code in my attribute table (FOTO HTML).

After that, I used QGIS2Web plugin to produce webpage for my map and it doesn’t end up with what I expected, like this:

Does anyone have suggestions to solve this problem?