I have a bunch of files, that are being uploaded and tagged by users. When another user downloads one of those files, I want to create a filename like this:
creator_tag1_tag2_name.ext
How can I do that? Does this have to happen on Django side or can it be done via jQuery?