Hello,
We bought the Classic ASP version of CKFinder and we would like to know how can we enable file copy between folders ?
In the config file, we already edited the accessControl(0) like this :
Set accessControl(0) = DefineAccessControlItem("*", "*", "/", true, true, False, False, true, true, False, False)
So we disabled File rename, and File delete, but we would still want to be able to copy files. CKFinder show the "Copy files here" submenu when we drag and drop files on a other folder but a popup saying that a permission problem occured and it is not a write permission on the server that is causing the error since when we enable File rename and File delete in accessControl(0), the copy (and move becomes enabled) works perfectly.
Does anyone have a clue on this one ?
We bought the Classic ASP version of CKFinder and we would like to know how can we enable file copy between folders ?
In the config file, we already edited the accessControl(0) like this :
Set accessControl(0) = DefineAccessControlItem("*", "*", "/", true, true, False, False, true, true, False, False)
So we disabled File rename, and File delete, but we would still want to be able to copy files. CKFinder show the "Copy files here" submenu when we drag and drop files on a other folder but a popup saying that a permission problem occured and it is not a write permission on the server that is causing the error since when we enable File rename and File delete in accessControl(0), the copy (and move becomes enabled) works perfectly.
Does anyone have a clue on this one ?
Re: Enable copy files without allowing rename and delete
That's required in case that a file with the same name already exists, but I think that it could be a little smarter and allow copy if there is no conflict.
We will try to check if it's possible to adjust that behavior without creating any problem. (for example if the current check is removed then the existing files can be overwritten, so in fact then it's possible to delete existing files)