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.
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---