KonaKart Community Forum

Installation / Configuration => Configuration of KonaKart => Topic started by: mikel.asla on August 16, 2012, 11:32:15 am

Title: It's posible to store new product images in the database as Blobs?
Post by: mikel.asla on August 16, 2012, 11:32:15 am
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
Title: Re: It's posible to store new product images in the database as Blobs?
Post by: ming on August 16, 2012, 11:37:47 am
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.
Title: Re: It's posible to store new product images in the database as Blobs?
Post by: mikel.asla on August 16, 2012, 02:59:01 pm
Ok! thanks for the response!