File Rename
1,308 sites
Security covered
This module allows users to rename files uploaded to Drupal. It can be integrated directly into file upload widgets or the media detail page, and it automatically rebuilds the image cache for renamed images. It also includes an entity action for renaming, useful for views.
This module adds the ability to rename a file which was uploaded to the system.
It can be integrated in the media detail page.
- integration directly to file upload widget
- if an image is renamed, the image cache is rebuild only for that image
- if file name exists it shows a warning
Works perfectly together with the file_replace module and our patch.
Further features:
- Module config: the inline rename link has to be enabled for a single widget or globally in the settings form here: /admin/config/file_rename/settings
- This setting can be overriden for each widget separately in form display.
- "Rename" entity action is now available (useful for views).
Note: It's not recommended to use module versions before 1.0.1, they are too raw.