Re: Implementing Multiple File Upload

2006-03-06 Thread [EMAIL PROTECTED]
im not sure but can't you have class File(meta.Model): file = meta.FileField(...) owner = ForeignKey(Entry) class Entry(meta.Model): id = meta.AutoField(primary_key=True --~--~-~--~~~---~--~~ You received this message because you are subscribed to t

Implementing Multiple File Upload

2006-03-06 Thread Rob Cowie
Hi all, I wish to implement a system that allows users to upload multiple files and associate them with a model I have defined. The model is similar to the following: class Entry(meta.http://groups.google.com/group/django-users -~--~~~~--~~--~--~---