I think the problem is that the column type is CLOB (Character Large Object) but you are typing to store an image. If you want to store an image, use BLOB (Binary Large Object).
↧