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
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.
thanks. info much appreciated.