Re: AutoImageField From Custom upload and filters

2008-07-09 Thread Milan Andric
On Tue, Jul 8, 2008 at 10:23 AM, Milan Andric <[EMAIL PROTECTED]> wrote: > On Tue, Jul 8, 2008 at 10:02 AM, moos3 <[EMAIL PROTECTED]> wrote: >> >> does any know why the auto_rename loses the file name but not the >> extension? > > Not familiar with auto_rename but maybe if you show a little code

Re: AutoImageField From Custom upload and filters

2008-07-08 Thread moos3
any takers on this ? --~--~-~--~~~---~--~~ 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@googlegroups.com To unsubscribe from this group, send email to [EMAIL

Re: AutoImageField From Custom upload and filters

2008-07-08 Thread moos3
http://dpaste.com/61358/ here is the code. here is also the wiki page http://code.djangoproject.com/wiki/CustomUploadAndFilters some reason instance isn't getting set for some reason. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Re: AutoImageField From Custom upload and filters

2008-07-08 Thread Milan Andric
On Tue, Jul 8, 2008 at 10:02 AM, moos3 <[EMAIL PROTECTED]> wrote: > > does any know why the auto_rename loses the file name but not the > extension? Not familiar with auto_rename but maybe if you show a little code and explain what you are trying to do then someone can help. -- Milan