default upload folder? default upload folder?
 

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

default upload folder?

Started by adzster, April 22, 2007, 01:59:50 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

adzster

hi guys.
Might sound like a stupid question, but when a user uploads a pic, where does it get stored on my webserver?
Thanks in advance,
Adam

Joachim Müller

#1
You can find out easily by creating a test user account, upload a file using this account and then doing a right-click, properties on the image.

Anyway: pics get stored in your_coppermine_folder/albums/userpics/albumID, where albumID is a number that is calculated by adding 10000 to the user's user ID.

adzster

thanks. info much appreciated.