Hi,
I write a plugin for CKFinder to compress and uncompress data with ISharpCodeZipLib,It works almost perfectly but when I try to uncompress some zip archive,the left panel's folder does not update,and
any one can help me?
I write a plugin for CKFinder to compress and uncompress data with ISharpCodeZipLib,It works almost perfectly but when I try to uncompress some zip archive,the left panel's folder does not update,and
file.folder.updateReference(); //does not work api.refreshOpenedFolder() //neither did this
any one can help me?
Re: Can CKFinder Retrieval folders?
every time when I uncompress an archive my plugin will create a folder,so above code is the right choice,or i can parse the "GetFolders" command manually, thanks for reading.