• Welcome to KonaKart Community Forum. Please login or sign up.
 

It's posible to store new product images in the database as Blobs?

Started by mikel.asla, August 16, 2012, 11:32:15 am

Previous topic - Next topic

mikel.asla

Hello
I've been looking for an already openned threath talking about this but couldn't find it, sorry if y came again with the same thing

I'm very new to Konakart, just trying to determine if it's suitable for the solution i'm implementing.

I've seen in the user guide that you can store the product descriptions in the database as clobs, while the default is to store in the filesystem.
Is there any config to do this with the product images, as Blobs? Has to be done in the source code?

Thanks in advance

ming

Not using our standard APIs but you could just store keys for the images in the KonaKart database (with the product) and store your images as CLOBs in a table of your own and access them directly using the keys retrieved from KonaKart.