I have a servlet that upload file to my server in webcontent\Upload folder. But when I try to reach for example dmbtest.gif in that file like this : localhost:8080/Upload/dmbtest.gif it doesn't work. I can't get image.
Should I use get method of that servlet to show images?