i seen this in the php connector, yet i cant seem to get this to work. i tried using
can anyone help? or have another delete alternative?
and btw - i added a Delete File link next to each file displayed in the browser, thats where this would be triggered at.
oConnector.SendCommand( 'DeleteFile')and had no luck.
can anyone help? or have another delete alternative?
and btw - i added a Delete File link next to each file displayed in the browser, thats where this would be triggered at.
Re: DeleteFile Command?
1) implement it yourself
2) Buy the CKFinder
Re: DeleteFile Command?
i started making my own command for it, and i got it half way there. the only thing, is i cant figure out how to get the folder and file path out of the frmresourcelist.html (since thats where my command is starting from)
i can use
as the command to be ran after the OK button is clicked, but i need to plugin folder name and delete file name, this is my response after i click ok right now:
http://site.com/fckeditor/editor/filema ... 0620623204
mind to help a little?
Re: DeleteFile Command?
bye
Re: DeleteFile Command?