posted 8 years ago
Hello guys
I'm developing upload profile pic functionality in Spring mvc application,
while upload image, it is saving in my local directory, now I set image path from local machine
it does not show image, in firebug it shows failed to load the given Url.
and my image source path looks like
<img width="100" height="100" alt="Upload Image" src="C:\test111\Desert.jpg" style="border-color: red; border: 1px solid;">
please suggest me solution why is not showing image on page,
thanks