Hi.
I have a little problem using struts 1.2 and tomcat 6.
I want to make some kind of a photo album.
I can upload picture with “formFile”, in a static path (like “c:/tmp/my_pict”), but it would be better if it’s a dynamic one (like “tmp/my_pict”) because i can’t use these picts on my jsp pages.
Jsp don’t recognize picture from a static path : <html:img src=”c:/tmp/my_pict/1.jpg” /> doesn’t work, neither <img src=”c:/tmp/my_pict/1.jpg”>