yes...it is good if we insert the pic into the database!! bt if the number of picture or size are increased then database becomes heavier!bt if u store the file location of the image into the database then it may be better..!! is it possible to insert all kinds of pic into the database???
yes...it is good if we insert the pic into the database!! bt if the number of picture or size are increased then database becomes heavier!bt if u store the file location of the image into the database then it may be better..!!
ReplyDeleteis it possible to insert all kinds of pic into the database???
i'm using database to save the images to make querying easier.
ReplyDeletewhat you said is a great option..
BUT..
we shall have to use relative addressing to save images.( C://.... wont do)
moreover, will it be a SAFE option to have some data on the app.server (images., ie, CLOB and BLOB) and the others in THE DB server..?
check that out on the internet plzz...
ALSO SHARE your code & config setting for uploading files...