How to inser and retrieve images in database | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

How to inser and retrieve images in database

any one pls help me

11th May 2017, 10:55 AM
Mushthaque Mp
Mushthaque Mp - avatar
2 Answers
+ 5
Bad idea to store images in database: you should better store their path only in a text field, and store images in files on server ^^ Anyway, if you want even so store them in database, you need to use the 'blob' data type ;) http://stackoverflow.com/questions/1347461/saving-images-files-or-blobs
11th May 2017, 11:13 AM
visph
visph - avatar
0
use pointers within a db to point to the location of the image....
11th May 2017, 9:32 PM
Krishneel Nair
Krishneel Nair - avatar