0
How can I upload an image to a DB using sql?
I think one way is uploading the url as varchar and the other is uploading an image but I don't know how
1 Answer
+ 1
You could store your images in BLOB objects, but unless you can't save them on the disk, I'd recommend uploading the URL instead, it's usually faster and easier to use.