I am building a web application and there is a shared drive on our server that all the pictures are on. I want to be able to access that drive and its folders so that I can display images inside of them. This is so that we can easily add and remove pictures from the folder outside of the app if need be. However I cant get the file path to link to the folder.
This is what I'm using based on what i have read online
<img src="file:///C:/pictures/deere.jpg">
but this is not doing anything. Any Ideas?