Re: processor for file fields
Nothing like answering your own question: http://www.djangoproject.com/documentation/models/save_delete_hooks/ looks like that will do what I want --B
processor for file fields
I'm not sure if this is possible, so I figured I'd ask before reinventing the wheel 8) I'm working on a project where I will upload 2 files as FileFields: an mp3 and an openoffice document. After these are uploaded I want them both processed in different ways. My question: Is there a hook alrea