Topic: Automatic Chown
I'm wondering how I can automatically chown uploaded files to something other than user:user when creating a new file or updating an existing file?
Ideally, I would be able to use variables like:
<user USERNAME>
chown USERNAME:mygroup
</user>