Paul-K Posted May 4, 2014 Posted May 4, 2014 @nickbro Hi Nick, Think I may have stumbled on a little glitch. I can copy and paste from folder to folder but if I try to cut and paste it does nothing. Please see screenshot below showing the firebug results.
nickbro Posted May 4, 2014 Posted May 4, 2014 Thanks for the spot, fixed: Edit ~/myfiles/default.aspx line 391 Replace with: data: ('{ "OldPath" : "' + clipboard.items[index].Data.Path.replace(/\.\.\/download\//gi, "") + '", "NewPath": "' + (target + '\\' + clipboard.items[index].Data.Path.substr(clipboard.items[index].Data.Path.lastIndexOf('/'))) + '", "Overwrite": "' + overwrite + '" }').replace(/\\/gi, "/"),
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now