Using img with a file:// in Chrome

kleiner

New Member
i'm having an img on a file server problem.My images are stored on a server within our environment. it has to be this server, and this server does not have a web-server on it. i need to access the files from the smb path, such as:\[code\]\\server\storage\file.png\[/code\]this works fine in IE, when i make the tag:\[code\]<img style="width: 100%;" src="file:////server/storage/file.png"/>\[/code\]However, this does not work in chrome... the image just doesn't display.help please?
 
Back
Top