Store the images as raw data in your DB tables. Read them back as a stream in JDBC (or equivalent). Now you set the correct mime type for image and then just stream it back from your web server.
Bogdan
On 2006-08-11 03:58:14
What kind of database?! Anyhow, save the image and upload it to the server using either an uploading program or the special Web page used to upload files (like in "Yahoo! Geocities")
small_ticket
On 2006-08-11 04:23:25
put it to the server via an ftp. than save the full path of the image and use that path to retrieve the image...
ash_m_79
On 2006-08-11 03:58:27
Select [imagename] from [tablename] where [Select criteria]= [fulfill condition]
ch_nagarajind
On 2006-08-11 04:23:03
store the pathnames in database and using the path u can get them into u r page
it is the best way to do it
Answers
rjha94
On 2006-08-11 05:13:07
Bogdan
On 2006-08-11 03:58:14
small_ticket
On 2006-08-11 04:23:25
ash_m_79
On 2006-08-11 03:58:27
ch_nagarajind
On 2006-08-11 04:23:03