Kenneth,
So in your models.py file do you use auto_rename=False?

This is what I have:

photo = field.ImageWithThumbnailField(upload_to='site_media/')

////////

When the picture is uploaded and saved in your site_media folder.
Does it have the the same dimensions as the original file or does it
have smaller dimensions?

Thanks

On Aug 16, 8:33 pm, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote:
> On 17-Aug-07, at 6:49 AM, Greg wrote:
>
> > Thanks for the reply.  When you use nesh and you upload a picture is
> > the name of the picture:
>
> > classname-fieldname-none.jpg?  Or does the filename contain the pk of
> > the record?
>
> no - it is just the name of the picture that is on my local hard disk
>
> --
>
> regards
> kghttp://lawgon.livejournal.comhttp://nrcfosshelpline.in/web/


--~--~---------~--~----~------------~-------~--~----~
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 PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to