Im a new to this proyect and im thinking about using FSKeditor using the java connector. (if you are curious its a GWT ajax app over a tomcat appserver).
I want to use the java connector to be able to upload files.
The question is if there is anything already build into FSKeditor, so that i can restrict what users can upload files according to the session(in this case a JSESSIONID cookie or url rewriting)?
The idea is ahtat only registered users of even only a group of users can upload files.
It is trivial to modify the java connector and the js editor to do this, but as i dont want to maintain (if possible) if for ever and ever along all the versions FSKeditor will have...
What is your recomendation? To just modify FCKeditor for my needs? Or there is something already done about it?
Thanxs
BTW, this proyect looks awesome, congrats for the grat work.
I want to use the java connector to be able to upload files.
The question is if there is anything already build into FSKeditor, so that i can restrict what users can upload files according to the session(in this case a JSESSIONID cookie or url rewriting)?
The idea is ahtat only registered users of even only a group of users can upload files.
It is trivial to modify the java connector and the js editor to do this, but as i dont want to maintain (if possible) if for ever and ever along all the versions FSKeditor will have...
What is your recomendation? To just modify FCKeditor for my needs? Or there is something already done about it?
Thanxs
BTW, this proyect looks awesome, congrats for the grat work.
Re: Upload file and java session integration
yes, you can resrict uploads based on the request and/or session parameters.
This feature will be available in version 2.4 of the Java Integration.
The source code is already compelete, a beta release will follow soon!
if you can't wait, you can build your own version and start testing!