Custom saving path for FileField
August 30, 2010 —
Saving FileFields is pretty annoying anyway (all the manual stuff, saving chunks by hand...). The top bother is actually the limited way of creating paths: In MEDIA_ROOT , only with strftime arguments. While this does limit the number of files in a directory, it's not as customisable as it…