------------------------------------------------------------------------------------------
ImageUpload.java public class ImageUpload extends ActionSupport implements ServletRequestAware {
public HttpServletRequest getServletRequest() {
return servletRequest;
}
}
this program is working properly & uploading the image at / & displaying the image in success.jsp.
but when uploading image at /images image is uploaded successfully but in success.jsp in is not showing the image??
You're not providing enough information to help; I'd assume that either the full path isn't being used in the image tag or it's missing context information.