Re: Automatic Image Resizing upon Upload

2008-07-12 Thread TheBoff
I've actually realised I've been an idiot: seen as models are subclasses of models.Model, I should be able to just call model.Model.save() from within the custom save method! And my other idea wouldn't work if the image were changed. On Jul 12, 12:37 pm, TheBoff <[EMAIL PROTECTED]> wrote:

Automatic Image Resizing upon Upload

2008-07-10 Thread TheBoff
To jump straight in to the question: I'm wrinting a website using the automatic admin interface, and am wondering if there's any way to create a thumbnail automatically upon the upload of the image. I know I could set it as a property, and use PIL to do it on the fly (well I assume I could, I