default upload folder? default upload folder?
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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.