I am having some issue to load some images stocked in a server in my network.
From Windows Explorer, the path is something like this :
\\192.168.84.52\Distri\Affiche\10038P.jpg
I tried something like this :
<img src= "\\192.168.84.52\Distri\Affiche\10038P.jpg" alt="logo" />
<img src= "file://///192.168.84.52/Distri/Affiche/10038P.jpg" alt="logo" />
But it did not work.
Another issue is that when someone try to see the url of the image, I would like it to not show the path 192.168.84.52
. Is it possible to use an aspx page and pass the image name so that it will load the image ?
For exemple something like this
image.aspx/10038P.jpg
Well yeah it is not really a parameter,