Re: Custom upload fields and filters

2006-08-23 Thread Enrico
That's it, my first wiki page. :) http://code.djangoproject.com/wiki/CustomUploadAndFilters/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@g

Re: Custom upload fields and filters

2006-08-23 Thread Enrico
I've never edited a wiki, but seems easy, I'll post the code soon. Regards. Enrico --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroup

Re: Custom upload fields and filters

2006-08-23 Thread Jay Parlar
On 8/22/06, Enrico <[EMAIL PROTECTED]> wrote: > > Hi all, > > I've made custom file upload fields with some extra features: > > - automatic upload_to path (based on app/model/field names) > - automatic renaming the filename based on the primary key > - maximum width and/or height for images > > I'

Custom upload fields and filters

2006-08-22 Thread Enrico
Hi all, I've made custom file upload fields with some extra features: - automatic upload_to path (based on app/model/field names) - automatic renaming the filename based on the primary key - maximum width and/or height for images I've created filters to automatically resize/crop images directly