0
Why when I add an image in database the field contains <binary data> not the image namešš??
2 Answers
+ 1
don't add the image .. just store it's filename along with path
0
That is how the image datatype works. It stores in binary. Why don't you store the image's path instead?