Can anyone please tell me how to store images in an oracle database as BLOBs using PHP?
A working example would be nice. Thankyou.
Can anyone please tell me how to store images in an oracle database as BLOBs using PHP?
A working example would be nice. Thankyou.
You can use PDO too:
Thank you DRiFTy, I build my small JSON query on your example. Let's clarrify that you can save large images with both examples.
You first need to get the image that is being uploaded from the
$_FILES
#global array:Then to insert the image in the database try this: