charon
04-17-2003, 09:03 AM
Hi,
As we know, we be able to save our images to database by saving their binary data or image path. If we save the binary data we needn't to save the images in image folder. I'm curious to know, which is the best practise??
By saving their binary data, when retrieve the image, I must use the content type Response.ContentType = "image/jpeg" , due to this, the page that I use to display the image can't be use to display their Description as well such as image name and details of the image.
I use this method (OLE object) is because we don't want to create a writable folder for saving the images. (the images are uploaded by users)
Please advice!
As we know, we be able to save our images to database by saving their binary data or image path. If we save the binary data we needn't to save the images in image folder. I'm curious to know, which is the best practise??
By saving their binary data, when retrieve the image, I must use the content type Response.ContentType = "image/jpeg" , due to this, the page that I use to display the image can't be use to display their Description as well such as image name and details of the image.
I use this method (OLE object) is because we don't want to create a writable folder for saving the images. (the images are uploaded by users)
Please advice!