Hi everybody,
I use FCKeditor with javascript and i create the control with those type of lines
script type=""text/javascript"">"
var oFCKeditor = new FCKeditor('FCKeditor1') ;"
oFCKeditor.BasePath = """+gPathFCK+""" ;"
oFCKeditor.Value ="+FCKQuote(NWS_TEXT)+";"
oFCKeditor.ToolbarSet = ""wtablettes"""+";"
oFCKeditor.Width = "+HTML_Text..Largeur+";"
oFCKeditor.Height = "+HTML_Text..Hauteur+";"
oFCKeditor.Create() ;"
</script>"
It runs well but I need to specify differents folders for upload and browse image files, swf files etc ...
I can't have only one directory with all access for all my users.
So I want to specify a directory dynamically.
How can i do that ?
I saw many topics in this forum about this subject but i didn't found any response.
Thanks in advance and beg you pardon for my poor english
I use FCKeditor with javascript and i create the control with those type of lines
script type=""text/javascript"">"
var oFCKeditor = new FCKeditor('FCKeditor1') ;"
oFCKeditor.BasePath = """+gPathFCK+""" ;"
oFCKeditor.Value ="+FCKQuote(NWS_TEXT)+";"
oFCKeditor.ToolbarSet = ""wtablettes"""+";"
oFCKeditor.Width = "+HTML_Text..Largeur+";"
oFCKeditor.Height = "+HTML_Text..Hauteur+";"
oFCKeditor.Create() ;"
</script>"
It runs well but I need to specify differents folders for upload and browse image files, swf files etc ...
I can't have only one directory with all access for all my users.
So I want to specify a directory dynamically.
How can i do that ?
I saw many topics in this forum about this subject but i didn't found any response.
Thanks in advance and beg you pardon for my poor english