I have a requirement to implement FCKEditor in the way that different user browse different folder. Each user have their own folder but I do not know how to make the file browser browse their respective folder. I also need to ensure that one user cannot browse other user's folder.
I am using Tomcat 6.0, JSP, Spring Framework 2.5.
Please comment.
I am using Tomcat 6.0, JSP, Spring Framework 2.5.
Please comment.
Re: Customized browsing folder
Re: Customized browsing folder
i am newbie of fckeditor. I have the same problem for browsing the own folder of user. Could you please give me hints on searching your solution at forum?
Thanks,
Alex
Re: Customized browsing folder
Are you using the Java Connector?
Re: Customized browsing folder
I am using ruby on rails with the plugin easy-fckeditor for the fckeditor at my website.
So, could you please teach me how to let the users have their own folder and not to browse by other users?
Thanks,
Alex
Re: Customized browsing folder
The topic starter uses Java. That's what I am mantaining and supporting. Probably no other connector has out-of-the-box user-based folders support. You have to hack the source.
Re: Customized browsing folder
Can you please give me the link to your step-by-step manual? I have been searching around but haven't found any. Thank you
Re: Customized browsing folder
Re: Customized browsing folder
Hi Michael,
I have try your suggestion but the browser return a message "The server didn't reply with a proper XML data. Please check your configuration"
My Java code is as below. For testing purpose, I hard-code the path to /userfiles/memberid as below