Link to home
Start Free TrialLog in
Avatar of Abdu_Allah
Abdu_Allah

asked on

How to display image that has UNC path?

Hi, I am trying to display image where its src parameter is UNC path like the following:
<img id="imgViewer" src="\\user-89dc945c9a\3\Download.gif" border="0" alt="Download.gif" >

But the image does not appear.

if src parameter does not accept UNC paths is there a script that allow me to display this image?
Please help
Avatar of b0lsc0tt
b0lsc0tt
Flag of United States of America image

This question is a duplicate of https://www.experts-exchange.com/questions/21830397/How-to-display-image-that-has-UNC-path.html.  You can have one question deleted, lower the points on both questions to keep below the 500 point max, or turn one question into a pointer (20 points) to the other question (500 point).  You can post to Community Support for help doing this.
SOLUTION
Avatar of Zvonko
Zvonko
Flag of North Macedonia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Abdu_Allah
Abdu_Allah

ASKER

Zvonko , Do you mean: "file:\\\\user-89dc945c9a\3\Download.gif" and not "file:////user-89dc945c9a/3/Download.gif"

however both case does not work.
Actually if I open the html page that contains that tag from the LAN(inside firewall) it works fine but it does not work if I open the page from browser behind firewall...any suggestions?
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
>Is ur code dynamically generated ?

Yes.

I think the best way is to copy files programatecally to the web page and delete them after finish.
MechanTOurS

>i think it is a security restriction

How can I remove the resrection? Is it possible?
i don't think so.
it is the purpose of such restriction.
u need a little webserver on ur machine.