I have a back office which I uploaded images with. I upload them to
d:\images\
Then i have a front end application that is supposed to display these images.
one of the image i have is and obviously I cant display d:\images\foo.jpg
in the html.
what the best practice to work with images and paths that is shared between different applications?