How can i display image file from absolute path with JSP in Tomcat
1,486 views
Skip to first unread message
EaKG
unread,
May 31, 2009, 1:40:03 PM5/31/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Java EE (J2EE) Programming with Passion!
Hi everyone!
i'm creating a web project and i have a folder in a local hard-disk
(ex. D:\image_storage\imagesname.jpg).
But i want to show list of images in jsp but i dont want to copy all
of these images to webapps of Tomcat.
Is it possible ?
Thanks :)
Fitrah Elly Firdaus
unread,
May 31, 2009, 2:00:17 PM5/31/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tungn...@gmail.com, Java EE (J2EE) Programming with Passion!
I think it's possible, U can use File class and method in java. But it's have a high risk. :)
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Java EE (J2EE) Programming with Passion!
when i do a action upload images , i will store it into local folder
in my PC. Therefore, the size of folder may be quite big. i think it's
possible too, but i resolve this problem not yet.
thanks
Nguyễn Quang Tùng
unread,
Jun 1, 2009, 3:28:33 AM6/1/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Java EE (J2EE) Programming with Passion!
when i do a action upload images , i will store it into local folder
in my PC. Therefore, the size of folder may be quite big. i think it's
possible too, but i resolve this problem not yet.