default upload folder? default upload folder?
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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.