Where do images go? Where do images go?
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Where do images go?

Started by wfs, July 27, 2006, 04:07:46 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

wfs

Hi,

Am looking at database.

Wonder where all the uploaded images are stored?

Thinking of adding new pages containing the images.

Anybody can advise?

thanks.

Joachim Müller

The images themselves don't get stored in the database, but on the webspace of the file server, inside the albums folder. The database only contains reference to the pics inside the YOURCOPPERMINEPREFIX_pictures table.

wfs