The standard resource browser does not provide a delete-function for uploaded images, so you need a plugin. I've looked at kfm (kfm.verens.com) and phpletter (phpletter.com) and I'm not that impressed by either of them. Are there other file-manager-plugins?
Mon, 07/02/2007 - 05:16
#1

RE: File manager plugin
http://kfm.verens.com/comparisons
kae@verens.com
RE: File manager plugin
Can I choose if the search, file details and directory properties are displayed in the file manager?
Regards,
Hans
RE: File manager plugin
http://mantis.verens.com/
http://kfm.verens.com/phpBB3/
RE: File manager plugin
RE: File manager plugin
RE: File manager plugin
Re: File manager plugin
http://www.bram.us/2006/10/18/my-tinymc ... te-option/
Re: File manager plugin
Re: File manager plugin
$Config['ConfigAllowedCommands'] = array('QuickUpload', 'FileUpload', 'GetFolders', 'GetFoldersAndFiles', 'CreateFolder') ;
just add function 'DeleteFile'
Like this:
$Config['ConfigAllowedCommands'] = array('QuickUpload', 'FileUpload', 'GetFolders', 'GetFoldersAndFiles', 'CreateFolder', 'DeleteFile') ;
Re: File manager plugin
Do you mean this can be implemented directly into FCKeditor (as well as to the TinyFCK package) ?
Re: File manager plugin