I noticed when I upload multiple files to my website with the same name, Django adds underscores to the file names. But doesn't that seems like it's less efficient than adding numbers to the end, (i.e. myfile (1).txt)? And on some OSs, a file name can be too long, which could cause problems.
Anyone know why they chose to use underscores?
-- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.