Hello,
I am very new to php and FCKeditor. I put FCKeditor under my www directory, and I have been trying to save a simple file under C:\\wamp\\www\\fckeditor\\userfiles\\, but I couldn't manage it. can someone explain me how to modify the config.php so that the submitted document will be saved under userfiles directory. So far I added session_start(); after <?php in config.php, added $Config['UserFilesPath'] = '/userfiles/' ; , added $Config['UserFilesAbsolutePath'] = 'C:\\wamp\\www\\fckeditor\\userfiles\\';
Can someone please kindly help so that I can continue working? Thanks,
ndilekli
p.s. I would also appreciate if someone sends me a simple package of working php files that write into directories.
I am very new to php and FCKeditor. I put FCKeditor under my www directory, and I have been trying to save a simple file under C:\\wamp\\www\\fckeditor\\userfiles\\, but I couldn't manage it. can someone explain me how to modify the config.php so that the submitted document will be saved under userfiles directory. So far I added session_start(); after <?php in config.php, added $Config['UserFilesPath'] = '/userfiles/' ; , added $Config['UserFilesAbsolutePath'] = 'C:\\wamp\\www\\fckeditor\\userfiles\\';
Can someone please kindly help so that I can continue working? Thanks,
ndilekli
p.s. I would also appreciate if someone sends me a simple package of working php files that write into directories.