Hi all,
I have created an upload form to upload some images.The server is
Tomcat and I am using eclipse to develop the
JSP.
During the upload the images in the form are store on different drive than what the server is running on.
After uploading, I tried to use a JSP which uses the images.In the JSP, I have specified the absolute path for the image.
I am able to see the images on the eclipse internal browser.But when I use Firefox I cannot see the images.
What could be wrong.Is it because the images are not in WEB-INF.?
Cheers,
Sam