Quote:
Originally Posted by Demon fox
Hey is it possible to make it so that categorys have there own upload folder, so when a user uploads a file in a category it uploads into the folder set for it?
|
I imagine that this is a simple change, but...
The code currently uses the upload folder to specify the *base* directory where uploads are stored. Individual uploads are placed in subdirectories according to /your/user/ids/digits (e.g. /uploaddir/1/3/2 for userid 132.
The trivial change to the code would continue to use this process but with different base directories for categories that override the default.
If you want all the files for a category in a single directory, that would be a bigger change, and in my view not a good idea.