Hi!
I dynamically create a list of directories to hide and assign it to the Cute Editor's property like follows
Editor1.Setting["security:HideDirectoryList"]=myList;
Everything is fine until the list grows rather long. When it becomes long I got an connection error when I click on Downloadable Files Button. This problem happens only in IE. I suspect it is due to IE limitation on request length. Is there any workaround?
Thank you