Actions
Feature #15160
closedFilemodule could be more "verbose"
Start date:
2005-10-29
Due date:
% Done:
0%
Estimated time:
PHP Version:
4
Tags:
Complexity:
Sprint Focus:
Description
Examples:
1. If you copy a file into the same folder, an error message comes up explaining:
1: File "example.jpg" already exists!
That's true - but I wanted to copy it ;)
So it would be great if the file gets copied and appended with eg. _01 (like content elements) if a file with same name is already present.
2. If you cut a file and paste it into the same folder, a message comes up
1: File "example.jpg" already exists!
In this case it would be great, if the user could confirm "override" file or "cancel".
(issue imported from #M1738)
Updated by Sebastian Kurfuerst about 19 years ago
not sure if this is a duplicate, at least the first part is fixed. A patch for the second part is welcome :-)
Greets, Sebastian
Actions