Thread: Images in JSP
View Single Post
  #2 (permalink)  
Old 06-05-2007, 08:01 AM
Albert Albert is offline
Senior Member
 
Join Date: Jun 2007
Posts: 114
Albert is on a distinguished road
RE: Images in JSP
Hi daniel, the file class has the method exists() that returns to you a boolean if this file exists or doesn't
File (Java 2 Platform SE v1.4.2)

please consider this link, you can say that your persons has an image, maybe default,(saved in somewhere)

I have been worked like this but in ddbb I'v saved the url of the image.

Really I don't know what will happen if you load the images in the ddbb more than one time

Albert
Reply With Quote