Page 1 of 1

How images are stored on Hot Souce Demo?

Posted: Mon Sep 14, 2015 8:03 am
by RafaelPLaza
Hi!
I need to know how/where the product images are stored. I found this table: BLC_STATIC_ASSET. That contains the information of the image. But I read somewhere on the forum, that it stored on a BLOB field and in a temp directory after the first run. Now I got confused.

Is it stored on the database(BLOB) or on the filesystem? or both?
If it's on database, in which table?

Thanks!

Rafael

Re: How images are stored on Hot Souce Demo?

Posted: Tue Sep 15, 2015 9:41 pm
by phillipuniverse
Filesystem, in java.io.tmdir (varies system-by-system).

You can change this by overriding the asset.server.file.system.path system property.

Re: How images are stored on Hot Souce Demo?

Posted: Wed Sep 16, 2015 9:29 am
by RafaelPLaza
OK! Great!

Thank you so much!