Upload File Replace (for filefield CCK)
Component type
Categories
Maintenance status
Development status
Downloads
Component created
Component changed
This is a small utility module that automatically stops Drupal from renaming new files upload via filefield CCK. When 2 files with the same name exist, the older files will be renamed.
What it Does
Default Drupal Behavior
<newest>-------------------------------<older>-------------------------------<oldest>
mydoc_3.doc ------ mydoc_2.doc ------ mydoc_1.doc ------ mydoc_0.doc ------ mydoc.docBehavior with this Module
