Re: Dynamic ImageField

2007-11-13 Thread Peter
No worries, I'm just trying to make sense of all the options. : ) Nonetheless, is there any documentation on what I can get out of each field in the save_file method, or examples of how I can access the filename and directory where the file is being saved within this method? Marcin's first

Re: Dynamic ImageField

2007-11-13 Thread Marty Alchin
On Nov 13, 2007 11:03 AM, Peter <[EMAIL PROTECTED]> wrote: > Also, is there a big reason to override this vs the _save_FIELD_file > method as shown in this example: > http://gulopine.gamemusic.org/2007/11/customizing-filenames-without-patching.html I'll admit, that post was thrown together in a

Re: Dynamic ImageField

2007-11-13 Thread Peter
Thanks for posting the example links. Is there any documentation on "save_file" and what each field actually is for this method? I was using some random numbers in the folder creation and wanted to make sure the folders exist before I save the file. Also, is there a big reason to override this

Re: Dynamic ImageField

2007-11-08 Thread cschand
Hi Marcin It's working... Thankyou very much :) cschand On Nov 8, 6:46 pm, Marcin Mierzejewski <[EMAIL PROTECTED]> wrote: > Hi, > > Yes, you > can:http://scottbarnham.com/blog/2007/07/31/uploading-images-to-a-dynamic...http://code.djangoproject.com/wiki/CustomUploadAndFilters > > Regards, >

Re: Dynamic ImageField

2007-11-08 Thread Marcin Mierzejewski
Hi, Yes, you can: http://scottbarnham.com/blog/2007/07/31/uploading-images-to-a-dynamic-path-with-django/ http://code.djangoproject.com/wiki/CustomUploadAndFilters Regards, Marcin On Nov 8, 2:08 pm, cschand <[EMAIL PROTECTED]> wrote: > Hi all, > Can we make dynamic ImageFields? upload file

Dynamic ImageField

2007-11-08 Thread cschand
Hi all, Can we make dynamic ImageFields? upload file to /media/avatar/ username or userid/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to