Nick Day schrieb: > Hi, > > I'm quite new to Django so apologies if this is a really easy > question! > > I have a model with several fields, some of which are ImageFields. To > help prevent files overwriting others (if they are uploaded with the > same name), and for organisational reasons, I would like to upload the > images to a folder using the ID of the record. For example - I'm > adding a record with an autogenerated primary key ID of "12" - so I > would like my photos to be uploaded to "/media/12/" when I click the > Save button for that record. > > Please have a look at this ticket and its long discussion: http://code.djangoproject.com/ticket/5361
I realized, that I don't need a file field. The file itself is stored in the file system. I don't need the file name in the database. All attachments are files are in a special directory. path../OBJECT_ID/... The drawback is, that I can't use the admin interface for uploading images. But the benefit is, that I can add attachments by copying a file into this directory. HTH, Thomas -- Thomas Guettler, http://www.thomas-guettler.de/ E-Mail: guettli (*) thomas-guettler + de --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---