Hi, I've a model with imagefield which I am easily able to save using request.FILES. I have some images which are already uploaded (on the server at a known path), I want to save them with the model. When i save the model, the save method also creates thumbnails, which is why I want to save the uploaded files with the model through the model's save method.
--~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---