We have a web application using Cute Editor as designer. We have a separate module USER Magement where in we manage user and SET ADMIN GROUP (which is the access level). Now we have a requirement using CE (Cute Editor) USER can view file (BASE on ADMIN GROUP defined). Now if USER is define in 1 (one/single) GROUP there is no issue in CE.. the problem is when USER is assgined to 2 or more group. CE can only support ONE/SINGLE folder to access...
Below is my code of setting the folder to be access by the CE:
Dim LocPath As String = "~/Upload_Files/" + lGroupAccessId.ToString.Trim (Folder Name)
The requirement is, IF User A belongs to GROUP A and B, the client wanted that they can VIEW on CE (when they select to view image/flash/video) folder A and B.
Is this possible on CE? or this is teh limitation?
Jun Rey D. Magbanua
Web Developer