You should use django-users list for this question.
Anyway, you can check this example where get_FIELD_filename() is used:
http://vaig.be/2007/12/10/normalize-name-and-size-images-in-django-and-adding-thumbnails/
On Jan 22, 5:11 pm, clinch <[EMAIL PROTECTED]> wrote:
> I'm hoping there's a quick
I'm hoping there's a quick answer to this. I'm trying to extend
ImageField so that I can apply some custom image processing on the
image when it is saved. So far, I've got the post_save signal working
and I'm building a method to modify the saved image. My problem is
that I don't know the proper w