#23183: Use timestamp when uploading duplicate filenames
--------------------------------------+--------------------
     Reporter:  areski                |      Owner:  nobody
         Type:  New feature           |     Status:  new
    Component:  File uploads/storage  |    Version:  master
     Severity:  Normal                |   Keywords:  upload
 Triage Stage:  Unreviewed            |  Has patch:  1
Easy pickings:  0                     |      UI/UX:  0
--------------------------------------+--------------------
 When Uploading duplicate filenames, we use incremental method to determine
 the new filename, this method can slowly worsens over time if there is
 many files of the same name (ref
 https://code.djangoproject.com/ticket/23157) and it also give anyone
 informations about the files already uploaded.

 This patch provide an easy way to obfuscated the names of the already
 uploaded files, which I think, may be the desired behavior we may want by
 default `at some stage`.
 The global setting FILE_UPLOAD_USETIME_DUPLICATE try to remedy to this.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/23183>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/049.609ca3a1afbdd1e75bbd8e91f442d5b2%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to