Posted by Mr P on May 12, 2009 at 11:20pm
13 followers
Jump to:
| Project: | IMCE |
| Version: | master |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Being able to copy/move files would be good. Is this possible already? Seen there's an extra module that adds create directory operation - nothing for moving files/directories?
Comments
#1
Not possible yet.
#2
I was wondering, is this feature possible now? It seems like such a great addition to this module.
#3
subscribe
#4
subscribing
#5
I would imagine it would be added as a sub-module like the module Ufku released here: http://drupal.org/project/imce_mkdir
It would make sense that the features be add-ons that could be enabled/disabled. it would be great to also enable/disable the feature per profile.
#6
no need for that by anybody with programming skills?
#7
Has anyone taken this up yet?
#8
Following up on this, the module would have to take into account that the file is registered in the files table in the database. So moving would also require updating the associated record too.
I'm not sure is a registered file only has one database record (1 to 1) between the file and the record entry. If so it would just require an update method for single record.
The key is providing a GUI for this to accomplished. To help define scope here are the interfaces I'd envision.
a) Select file
b) click "move" button
c) display modal dialog providing a directory browser to select a directory (it would also detected what directories the user can see based on their IMCE profile(s)).
d) Select a directory
e) Click "move here" button
e2) or click cancel and close the modal dialog
fa) Grab file record GUID
fb) Lock file table (move file on physical file system)
fb) update file record with new path via (GUID)
g) Release file table
h) refresh directory and files indexes.
Thoughts?
#9
any news about this feature request?
#10
Hi friends, I need to move/copy files in groups with IMCE, when do you think it will be possible?
Greetings,
#11
this would be great!!
#12
still no news?
#13
subscribe
#14
It's possible to move files with IMCE Rename - see #1010330: Move files (and maybe even folders?).
Although this doesn't operate securely, it demonstrates method and potential. If only IMCE had this! But it would require permissions and configuration, as well as input dialogs, etc.