The below code is not working when running on server(nodejs) in chrome
<span><a href="file://sharedpath" target="_blank">Open folder.</a></span>
I am getting the following error message in the developer tool:
Not allowed to load local resource: file://sharedpath
But when opening the same path(file://sharedpath
) in the browser(new tab), I am able to see the folder structure of that path.
The same is working fine in IE.
Is this a problem with Chrome? Or is this a problem when running on the server?
Can anyone suggest something on this issue?