On 5/16/06, Ivan Sagalaev <[EMAIL PROTECTED]> wrote: > > Jay Parlar wrote: > > >Hmm... So let me get this straight... When someone does an upload via > >my form, Django *temporarily* stores it in my uploads directory, with > >the "_" at the end of the filename, right? > > > No. It tries to save the file with the given name and appends '_' only > when there are already files with this filename. It's not temporary. >
Alright, let me see if I understand it this time: If you upload a file that's already been uploaded, then Django will lose the association to the old one, and it will essentially be sitting orphaned on the disk? For my use case, I actually want to keep every version of every file ever uploaded to the server. Jay P. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---